
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] Configuring MEW (Emacs/XEmacs)
>>>>> "CM" == Charles Muller <acmuller@example.com> writes:
CM> On Mon, 2002-06-10 at 22:22, Viktor Pavlenko wrote:
>> Set this in your .emacs:
>>
>> (setq user-mail-address "acmuller@example.com")
>>
>> to have it insert the correct address in From: header.
CM> Thanks. This has solved the problem for sending mail, but not for
CM> receiving. Emacs still seems to be looking for
CM> chuck@example.com
I'm not sure I know what you mean.
When you download your mail with fetchmail, it ends up in something
like /var/spool/mail/chuck. Then emacs is supposed to take your new
email from there. I don't know what mailer you are trying to use
inside emacs. For VM and have the following line in .vm:
(setq vm-spool-files '("/var/spool/mail/me"))
If you use something else (RMAIL?) check the docs. "^h i" will take
you there.
Viktor
Home |
Main Index |
Thread Index