[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: New nnimap user having problems
Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes:
[...]
> Hm, strange.  Maybe people haven't tried to use nnimap as the primary
> select method?
I do:
(setq gnus-select-method '(nnimap "woozle"
                                  (nnimap-address "woozle.isode.com")
                                  (nnimap-authenticator cram-md5)
                                  (nnimap-list-pattern ("*"))
                                  (nnimap-stream network)
                                  (nnimap-list-method "LIST")
                                  (nnimap-expunge-on-close ask))
      gnus-secondary-select-methods
      '((nnimap "mbill"
                (nnimap-address "localhost")
;;; ....
It works fine.