[mew-int 01869] Re: variable problems

Werner LEMBERG wl at example.com
Sat Aug 28 13:52:20 JST 2004


> >   (setq mew-config-alist
> >         '(("default"
> >            (mailbox-type 'mbox)
> >            (mbox-command "incm")
> >            (mbox-command-arg "-d /var/spool/mail/sx0005"))))
> 
> I think you forget to quote the keys.
> 
> E.g. "mailbox-type".

Ah, yes, but just here in the bug report -- otherwise I would have got
errors during execution.  Here it is again, corrected:

  (setq mew-config-alist
        '(("default"
           ("mailbox-type"     . 'mbox)
           ("mbox-command"     . "incm")
           ("mbox-command-arg" . "-d /var/spool/mail/sx0005"))))

This doesn't work.


    Werner



More information about the Mew-int mailing list