From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/16068 Path: news.gmane.org!not-for-mail From: Pushyamitra Navare Newsgroups: gmane.emacs.gnus.user Subject: Help in using server side folders with gnus nnimap Date: Mon, 14 Jan 2013 23:33:11 -0800 (PST) Message-ID: <1542c912-a18a-4bda-936e-d58b39a7a667@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1358235304 8368 80.91.229.3 (15 Jan 2013 07:35:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 15 Jan 2013 07:35:04 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Tue Jan 15 08:35:22 2013 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Tv13K-00011Q-78 for gegu-info-gnus-english@m.gmane.org; Tue, 15 Jan 2013 08:35:22 +0100 Original-Received: from localhost ([::1]:37815 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tv133-00023a-PP for gegu-info-gnus-english@m.gmane.org; Tue, 15 Jan 2013 02:35:05 -0500 X-Received: by 10.66.72.131 with SMTP id d3mr14101273pav.38.1358235192332; Mon, 14 Jan 2013 23:33:12 -0800 (PST) Original-Received: by 10.50.154.132 with SMTP id vo4mr334030igb.7.1358235192059; Mon, 14 Jan 2013 23:33:12 -0800 (PST) Original-Path: usenet.stanford.edu!f6no14756052pbd.1!news-out.google.com!6ni107454pbd.1!nntp.google.com!ld4no12203061pbb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=182.72.78.122; posting-account=hzuCzAoAAAB4mJx5n0uOMgDe2dHolgUE Original-NNTP-Posting-Host: 182.72.78.122 User-Agent: G2/1.0 Injection-Date: Tue, 15 Jan 2013 07:33:12 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.gnus:87181 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:16068 Archived-At: 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