Greetings! Need help in accessing imap folders with gnus. 

I had following section in my .emacs which used to work perfectly so far. After 
I upgraded to gnus 5.13 / emacs 24, I do not see these folders anymore. Looks 
like nnimap-list-pattern has no effect!

(setq gnus-secondary-select-methods 
      '((nnimap "myserver"
      (nnimap-address "mymail.server.com")
      (nnimap-authenticator login)
      (nnimap-stream ssl)
      (nnimap-authinfo-file "/home/me/.imap-authinfo")
      (nnimap-list-pattern 
      ("Inbox" "all" "Archives" "support" 
      "Sent" "2012" "2011" "2010" "2009" ))
)))

I have setup server side mail splitting (imap filters automatically sort mails 
in right folders, "2012", "2011", "2010", "Inbox", "all-mailing-list" etc.

I tried setting (setq nnimap-inbox "Inbox") but still it does not show me these 
other folders.

How can I make gnus show multiple inbox folders?

Thanks a lot,
Pushyamitra
_______________________________________________
info-gnus-english mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to