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

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

Re: problems reading IMAP mail


From: Reiner Steib
Subject: Re: problems reading IMAP mail
Date: Wed, 21 Sep 2005 10:24:46 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

On Wed, Sep 21 2005, David Nash wrote:

> Matthias Buelow:
>>Why don't you use fetchmail?
> I gather this comes with emacs v22 (and not in v21)?

No, it's an external program.  But I'd recommend not to use it for
IMAP if you stay with Gnus.

> Yes, like this in my .gnus file:
>
>>(setq gnus-secondary-select-methods
>>         '(
>>          ;; IMAP server
>>          (nnimap "IMAP" (nnimap-address "<mailhost>")
>>                         (nnimap-user "<username>")))
>>          (nnimap-need-unselect-to-notice-new-mail t))

One pair of brackets in the last line is bogus.  `nnimap-user' is not
used; at least in the current Gnus sources.  I would use ~/.authinfo
instead:

,----[ ~/.authinfo ]
| # With recent Gnusae, you can write the alias (e.g. "IMAP") here:
| machine IMAP login <username>
| # Else, use the server name:
| machine <mailhost> login <username>
`----

(setq gnus-secondary-select-methods
      '(;; IMAP server
        (nnimap "IMAP"
                (nnimap-address "<mailhost>")))
      nnimap-need-unselect-to-notice-new-mail t)

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/


reply via email to

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