[mew-int 00795] Re: connection failed, connection refused

Eduard Werner edi.werner at example.com
Thu Mar 14 02:06:02 JST 2002


> (setq mew-mailbox-type 'mbox)
> (setq mew-mbox-command "incm")	
> (setq mew-mbox-command-arg "-d /var/spool/mail/donsmark")
> 
> 
> Which causes emacs not to give the error message, but it does not
> update my mailbox either. 
> 
> Any hints would be appreciated

Yes, the above solution didn't work for me either. After some experimenting,
I got it to work with

(setq mew-mailbox-type 'mbox)
(setq mew-mbox-command "incm")
(setq mew-mbox-command-arg "-m /var/spool/mail/edi -i /home/edi/Mail/inbox")

or, more cleanly to make it work for other users as well:

(setq mew-mbox-command-arg (concat "-m /var/spool/mail/" user-login-name " -i " (getenv "HOME") "/Mail/inbox")) 

Cheers

Edi



More information about the Mew-int mailing list