From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/33600 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: IMAP question Date: Thu, 07 Dec 2000 09:48:30 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: <3A2F4EDE.82301B07@rsasecurity.com> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035169676 25959 80.91.224.250 (21 Oct 2002 03:07:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:07:56 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id ACA4AD049B for ; Thu, 7 Dec 2000 03:47:20 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id CAB04656; Thu, 7 Dec 2000 02:43:43 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 07 Dec 2000 02:43:00 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id CAA19148 for ; Thu, 7 Dec 2000 02:42:50 -0600 (CST) Original-Received: from karon.dynas.se (karon.dynas.se [192.71.43.4]) by mailhost.sclp.com (Postfix) with SMTP id 729C7D049B for ; Thu, 7 Dec 2000 03:43:11 -0500 (EST) Original-Received: (qmail 18490 invoked from network); 7 Dec 2000 08:43:10 -0000 Original-Received: from spirit.sto.dynas.se (HELO spirit.dynas.se) (172.16.1.10) by karon.sto.dynas.se with SMTP; 7 Dec 2000 08:43:10 -0000 Original-Received: (qmail 12792 invoked from network); 7 Dec 2000 08:43:12 -0000 Original-Received: from unknown (HELO rsasecurity.com) (172.16.13.119) by spirit.dynas.se with SMTP; 7 Dec 2000 08:43:12 -0000 X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.12-20 i686) X-Accept-Language: en Original-To: "Georg C. F. Greve" Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:33600 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:33600 "Georg C. F. Greve" wrote: > (setq nnimap-split-inbox > '("INBOX")) > (setq nnimap-split-rule 'nnmail-split-fancy) > > into my .gnus would just have the nnimap backend use the nnmail > splitting rules. But it doesn't work: the mail stays in the INBOX. The config look good. May it be that you haven't subscribed to any nnimap group, thus not triggering the split code? You could try M-x edebug-defun `nnimap-split-article' and step through to see what it actually does. Also you might want to look at `imap-log', perhaps there's a permission problem or something. (On Cyrus IMAPD servers, mailboxes are normally named "INBOX.whatever", rather than just "whatever". So unless your nnmail-split-fancy variable contain the "INBOX." prefix, nnimap can't save your mail.)