From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/9154 Path: news.gmane.org!not-for-mail From: Kai Oliver Kaminski Newsgroups: gmane.emacs.gnus.user Subject: Re: IMAP mail splitting problem Date: Mon, 11 Jun 2007 00:49:28 +0200 Organization: T-Online Message-ID: <87tztfpgqv.fsf@gmx.de> References: <87r6omr239.fsf@gmx.de> <87k5uend2g.fsf@thalassa.lan.informatimago.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1181511624 25825 80.91.229.12 (10 Jun 2007 21:40:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 10 Jun 2007 21:40:24 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Sun Jun 10 23:40:23 2007 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HxV92-0006Xo-Ez for gegu-info-gnus-english@m.gmane.org; Sun, 10 Jun 2007 23:40:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HxV91-0008J4-Rr for gegu-info-gnus-english@m.gmane.org; Sun, 10 Jun 2007 17:40:19 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.cw.net!cw.net!news-FFM2.ecrc.de!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 28 Original-X-Trace: news.t-online.com 1181508569 00 22045 rixo6HPL+zp5haM 070610 20:49:29 Original-X-Complaints-To: usenet-abuse@t-online.de X-ID: SPR+QOZ1weMMK3t3mEBFbz89DtFwsQMe2hq2vB6CHm9sS4c-qK9V0X User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) Cancel-Lock: sha1:fxMlRbZNXZp9WtKwQxYWvqoVklY= Original-Xref: shelby.stanford.edu gnu.emacs.gnus:79337 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 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: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:9154 Archived-At: Pascal Bourguignon writes: > Kai Kaminski writes: >> I'm using Gnus v5.11/Emacs 22.1.50.1 to read mail (via nnimap) and >> news. Everything works fine, except mail splitting. I'm subscribed to >> several mailing lists, which can be recognized by looking for [foo] in >> the subject line. I have the following in my .gnus: >> >> (setq nnimap-split-crosspost nil) >> (setq nnimap-split-inbox '("INBOX")) >> (setq nnimap-split-predicate "UNSEEN UNDELETED") >> >> (setq nnimap-split-rule 'nnimap-split-fancy) >> (setq nnimap-split-fancy >> '(| (subject "\\[Haskell\\]" "Haskell") >> (subject "\\[Haskell-cafe\\]" "Haskell-cafe") >> (subject "\\[slime-devel\\]" "slime-devel") >> ("List-Id" "yhc\\.haskell\\.org" "yhc") >> "misc")) > > I solved my similar problem (with nnmail) using any instead of fancy > subject or from... Thanks for the tip, but it still doesn't work. The worst thing is that the "List-Id" clause seems to work perfectly. Cheers, Kai