From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: CHENG Gao Newsgroups: gmane.emacs.help Subject: Re: Maildir folder nnmaildir problem Date: Sun, 29 Nov 2009 11:35:24 +0800 Organization: cyberhut.org Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1259475571 8701 80.91.229.12 (29 Nov 2009 06:19:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 29 Nov 2009 06:19:31 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 29 07:19:24 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NEd80-0003GY-7E for geh-help-gnu-emacs@m.gmane.org; Sun, 29 Nov 2009 07:19:24 +0100 Original-Received: from localhost ([127.0.0.1]:36779 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NEd7z-0002Ua-M8 for geh-help-gnu-emacs@m.gmane.org; Sun, 29 Nov 2009 01:19:23 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!panix!bloom-beacon.mit.edu!61.160.235.197.MISMATCH!www.shinco.com!mb.cyberhut.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: 121.229.211.201 Original-X-Trace: www.shinco.com 1259466238 9104 121.229.211.201 (29 Nov 2009 03:43:58 GMT) Original-X-Complaints-To: news@www.shinco.com Original-NNTP-Posting-Date: Sun, 29 Nov 2009 03:43:58 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (darwin) Cancel-Lock: sha1:ZbUkw8RhnRavA1+WjdmVGdRCUTc= Original-Xref: news.stanford.edu gnu.emacs.help:175147 X-Mailman-Approved-At: Sun, 29 Nov 2009 01:18:17 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:70221 Archived-At: Since you use fetchmai to handle mail retrieving and deliver to Maildir directly, you only need: ,---- | (setq gnus-select-method '(nnmaildir "mymailbox" (directory "~/ | Maildir/"))) `---- Then you may need to browse nnmaildir server to subscribe to groups. nnfolder is the default archive method if you did set otherwise correctly. You can try: ,---- | setq (gnus-message-archive-method "nnmaildir+mymailbox:" | gnus-update-message-archive-method t | gnus-message-archive-group '((if (message-news-p) | "nnmaildir+mymailbox:sent-news" "nnmaildir+mymalbox:sent-mail"))) `----