[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 5.13 not fetching email
From: |
Aaron Larson |
Subject: |
Re: 5.13 not fetching email |
Date: |
Tue, 22 Apr 2008 08:54:02 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
>>>>> "TZ" == Ted Zlatanov <tzz@lifelogs.com> writes:
TZ> On Mon, 21 Apr 2008 13:05:54 -0500 Aaron Larson
<NOSPAMPleaseAaron@LarsonsOnline.net> wrote:
AL> I just upgraded to ubuntu hardy emacs-snapshot 22.3 running gnus
AL> 5.13 and when I attempt to read mail, it no longer fetches. I
AL> don't get a request for the password either. If I use emacs
AL> 22.1.1 with v5.11 everything works just fine. Here are some
AL> excerpts from my .gnus file: ...
AL> (setq mail-source-primary-source `(pop :server ,(getenv "MAILHOST") :user
,my-email-user-name))
AL> Has anyone else seen something similar?
TZ> Can you try using mail-sources instead of
TZ> mail-source-primary-source? That works for me (the latter should
TZ> work too, but check just in case). Note mail-sources is a list of
TZ> lists.
I commented out mail-source-primary-source and added mail-sources and
it now works just fine:
;(setq mail-source-primary-source `(pop :server ,(getenv "MAILHOST") :user
,my-email-user-name))
(setq mail-sources `((pop :server ,(getenv "MAILHOST") :user
,my-email-user-name)))
Is this a bug I should file somewhere?
TZ> Unfortunately I run Gnus from CVS so I hope this advice is useful.
Most helpful. Thank you!