>>>>> "TZ" == Ted Zlatanov <[EMAIL PROTECTED]> writes:

TZ> On Mon, 21 Apr 2008 13:05:54 -0500 Aaron Larson <[EMAIL PROTECTED]> 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!
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to