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

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

Help in using server side folders with gnus nnimap


From: Pushyamitra Navare
Subject: Help in using server side folders with gnus nnimap
Date: Mon, 14 Jan 2013 23:33:11 -0800 (PST)
User-agent: G2/1.0

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


reply via email to

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