From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/79047 Path: news.gmane.org!not-for-mail From: Dieter Faulbaum Newsgroups: gmane.emacs.gnus.general Subject: nnimap-split-fancy problem Date: Thu, 09 Jun 2011 18:03:03 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1307635569 29003 80.91.229.12 (9 Jun 2011 16:06:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 9 Jun 2011 16:06:09 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M27346@lists.math.uh.edu Thu Jun 09 18:06:05 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QUhkD-0007i1-6V for ding-account@gmane.org; Thu, 09 Jun 2011 18:06:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1QUhk1-00035Q-Rb; Thu, 09 Jun 2011 11:05:53 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1QUhhN-00034N-2e for ding@lists.math.uh.edu; Thu, 09 Jun 2011 11:03:09 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1QUhhL-0003FW-1d for ding@lists.math.uh.edu; Thu, 09 Jun 2011 11:03:08 -0500 Original-Received: from mx1a.helmholtz-berlin.de ([193.149.14.57] helo=mail0.bessy.de) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1QUhhI-0000sk-Iz for ding@gnus.org; Thu, 09 Jun 2011 18:03:04 +0200 X-IronPort-AV: E=Sophos;i="4.65,342,1304287200"; d="scan'208";a="6228814" Original-Received: from mambo2.exp.bessy.de (HELO exp.bessy.de) ([193.149.14.38]) by mail0.bessy.de with ESMTP; 09 Jun 2011 18:03:04 +0200 Original-Received: from [193.149.12.173] (HELO alder.acc.bessy.de) by mambo2.exp.bessy.de (CommuniGate Pro SMTP 5.3.11) with ESMTP id 10276909; Thu, 09 Jun 2011 18:03:04 +0200 Original-Received: from alder.acc.bessy.de (localhost [127.0.0.1]) by alder.acc.bessy.de (Postfix) with ESMTP id CEBB720E6B; Thu, 9 Jun 2011 18:03:03 +0200 (CEST) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:79047 Archived-At: Hello gnus gurus, I'm fiddling with nnimap-split-fancy: I want that every mail whose subject _starts_ with "Fancy Split" will be moved to a special mailbox. But if the subject starts with maybe "Re: Fancy Split" (it has the "Fancy Split" not at the beginning of the subject) it shouldn't be moved to that mailbox. I tried this: (setq nnimap-split-fancy '(| ("subject" "^Fancy Split" "Fancy_Splitted"))) But this doesn't work. All examples I found, haven't such a requirement (most are a little bit "simpler"). Can anyone give my a hint how to implement such a rule or is such a desire impossible with nnimap-fancy-split? Thanks -- Dieter Faulbaum