emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Updating movemail in Emacs


From: Sergey Poznyakoff
Subject: Re: Updating movemail in Emacs
Date: Fri, 19 Nov 2004 12:42:25 +0200

Robert J. Chassell <address@hidden> wrote:

> How do you set four different passwords for four different mail
> servers, easily?

Movemail supports full URL schemes, i.e.:

  pop://USER:address@hidden

where USER and PASS are user name and password, respectively. So the
easiest way to set up for different passwords would be:

(setq rmail-pop-password-required nil)
(setq rmail-primary-inbox-list '("pop://AAA:address@hidden"
                                 "pop://AAA:address@hidden"
                                 "pop://BBB:address@hidden"
                                 "pop://CCC:address@hidden")
                                 
Regards,
Sergey




reply via email to

[Prev in Thread] Current Thread [Next in Thread]