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

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

Re: news AND nnimap with gnus


From: Sebastian Kaps
Subject: Re: news AND nnimap with gnus
Date: Wed, 06 Jun 2007 13:42:21 +0200
User-agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.5-b27 (linux)

// Dick Hoogendijk writes:

> Can somebody point out to me how to deal with this?
> I really like to startup into my imap server, but also want to read my
> newsgroups with gnus.

Try this:

(setq
 gnus-select-method '(nntp "your.news.server")
 gnus-secondary-select-methods '((nnml "")
                                 (nnimap ""
                                         (nnimap-address "your.imap.server")
                                         (nnimap-authinfo-file "~/.authinfo")
                                         (nnimap-authenticator login)
                                         (nnimap-expunge-on-close always)
                                         )
                                 ))

-- 
Ciao, Sebastian


reply via email to

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