// 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
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to