Ed writes: > Howdy all! > > I can't get gnus 5.11 working with nnimap. So I thought I had better > check: does anyone use this? Has anyone gotten it to work? > > Is there a later version of gnus for which this works? > > Gnus is logging into my server OK, and I can get my mail via the > server buffer, but there are no mail groups I can subscribe to. > > Here's my .gnus: > > (setq imap-ssl-program "/usr/bin/openssl s_client -ssl3 -CAfile /home/ > ed/ssl/ed.crt -key /home/ed/.ssh/id_dsa -connect %s:993") > (setq gnus-select-method '(nnimap "mail" > ; (nnimap-authinfo-file > "~/.authinfo") > (nnimap-address "mail") > (nnimap-server-port 993) > (nnimap-list-pattern ("INBOX")) > (nnimap-stream ssl) > )) > Here is the only variable related to nnimap my custom has:
(gnus-secondary-select-methods '((nnimap "mail.sphinx.net.ru" (nnimap-expunge-on-close always) (nnimap-authinfo-file "~/.authinfo")))) This setup has been working fine since Gnus 5.11 (now using 5.13). Subscribing with `u/U` does the expected trick. -- Happy Hacking. http://sphinx.net.ru む _______________________________________________ info-gnus-english mailing list info-gnus-english@gnu.org http://lists.gnu.org/mailman/listinfo/info-gnus-english