From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Fabian Yamaguchi Newsgroups: gmane.emacs.help Subject: gnus and imap Date: Fri, 25 Oct 2002 17:35:24 +0200 Sender: help-gnu-emacs-admin@gnu.org Message-ID: <20021025153524.GA23496@dbox> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035560230 27841 80.91.224.249 (25 Oct 2002 15:37:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 25 Oct 2002 15:37:10 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1856WK-0007EY-00 for ; Fri, 25 Oct 2002 17:37:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 1856VX-0004Fm-00; Fri, 25 Oct 2002 11:36:19 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 1856Uk-00044i-00 for help-gnu-emacs@gnu.org; Fri, 25 Oct 2002 11:35:30 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 1856Uh-000442-00 for help-gnu-emacs@gnu.org; Fri, 25 Oct 2002 11:35:29 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.10) id 1856Ug-00043f-00 for help-gnu-emacs@gnu.org; Fri, 25 Oct 2002 11:35:26 -0400 Original-Received: (qmail 2326 invoked by uid 0); 25 Oct 2002 15:35:25 -0000 Original-Received: from pd9e7e9bc.dip.t-dialin.net (HELO dbox) (217.231.233.188) by mail.gmx.net (mp012-rz3) with SMTP; 25 Oct 2002 15:35:25 -0000 Original-Received: from fabs by dbox with local (Exim 3.35 #1 (Debian)) id 1856Ue-00067E-00 for ; Fri, 25 Oct 2002 17:35:24 +0200 Original-To: help-gnu-emacs@gnu.org Content-Disposition: inline User-Agent: Mutt/1.3.28i Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2932 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2932 hi list! I've switched to imap recently and I cannot figure out how to configure gnus to split my mails correctly. Here's the part of my ~/.gnus which I wrote: ======================== (setq gnus-secondary-select-methods '((nnimap "localhost") )) (setq nnimap-split-inbox "INBOX") (setq nnimap-split-rule '(("INBOX.belug" "List-Id: Die Mailingliste der BeLUG (Berliner Linux User Group) ") ("INBOX.gtk" "List-Id: General discussion of GTK+ ") ("INBOX.emacs" "List-Id: Users list for the GNU Emacs text editor ") ("INBOX.ccc" "List-Id: CCC Diskussionsliste ") ("INBOX.private" "") )) ====================== What this is supposed to do is take all mail from my inbox and sort out all mail coming from mailing-lists. Everything else then goes into INBOX.private. When I start gnus, it seems to sort my mail but when I try to access it, I'm told the mailbox doesn't exist. I've tried to subscribe to several "groups" for example nnimap:emacs, nnimap:INBOX:emacs, INBOX:emacs, INBOX.emacs etc, etc but they all give me the same "the mailbox doesn't exist"-error-message. Please tell me what I'm doing wrong. Fabian Yamaguchi