info-gnus-english
[Top][All Lists]
Advanced

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

Re: 5.13 not fetching email


From: Ted Zlatanov
Subject: Re: 5.13 not fetching email
Date: Mon, 21 Apr 2008 15:04:45 -0500
User-agent: Gnus/5.110009 (No Gnus v0.9) Emacs/23.0.60 (gnu/linux)

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 5.13
AL> and when I attempt to read mail, it no longer fetches.  I don't get a
AL> request for the password either.  If I use emacs 22.1.1 with v5.11
AL> everything works just fine.  Here are some excerpts from my .gnus
AL> file:

AL> (setq gnus-select-method 
AL>       `(nnml ,(getenv "MAILHOST")
AL>          (nnmail-spool-file         ,(format "po:%s" my-email-user-name))
AL>          (nnmail-pop-password-required      t)
AL>          (nnml-directory       ,(expand-file-name "Mail" 
gnus-home-directory))
AL>          (nnml-active-file     ,(expand-file-name "Mail/active" 
gnus-home-directory))
AL>          (nnml-newsgroups-file ,(expand-file-name "Mail/newsgroups" 
gnus-home-directory))))

AL> (setq mail-source-primary-source `(pop :server ,(getenv "MAILHOST") :user 
,my-email-user-name))

AL> Has anyone else seen something similar?

Can you try using mail-sources instead of mail-source-primary-source?
That works for me (the latter should work too, but check just in case).
Note mail-sources is a list of lists.

Also, my select method is

(nnmaildir "home"
           (directory "~/Maildir")
           (directory-files nnheader-directory-files-safe)
           (get-new-mail t))

so maybe you need get-new-mail?

Unfortunately I run Gnus from CVS so I hope this advice is useful.

Ted


reply via email to

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