GNU bug report logs -
#4706
customize and aliases
Previous Next
Reported by: rgm <at> gnu.org
Date: Mon, 12 Oct 2009 11:35:04 UTC
Severity: minor
Tags: wontfix
Done: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
jpff wrote:
> I added
>
> (custom-set-variables
> '(rmail-remote-password-required t)
> '(rmail-remote-password "xxxxxxxx"))
>
> but it behaved just the same. I am wondering if it could be to
> exactly when the rmail-mode-hook is obeyed?
Literally "added"? You may have only one custom-set-variables section.
I'm afraid it works for me with a .emacs consisting of just:
(setq rmail-primary-inbox-list '("po:USERNAME"))
(setenv "MAILHOST" "MAIL.SERVER")
(custom-set-variables
'(rmail-remote-password-required t)
'(rmail-remote-password "PASSWORD"))
BTW, this is all rather obsolete. The modern method would be:
(setq rmail-primary-inbox-list
'("pop://USERNAME:PASSWORD <at> MAIL.SERVER"))
But either method works fine for me.
Why do you think rmail-mode-hook has anything to do with this?
This bug report was last modified 14 years and 6 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.