From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/69398 Path: news.gmane.org!not-for-mail From: Dieter Faulbaum Newsgroups: gmane.emacs.gnus.general Subject: nnimap-split-fancy Date: Mon, 08 Feb 2010 12:18:41 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1265652397 26826 80.91.229.12 (8 Feb 2010 18:06:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Feb 2010 18:06:37 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M17800@lists.math.uh.edu Mon Feb 08 19:06:35 2010 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 1NeY0H-0007DM-Hx for ding-account@gmane.org; Mon, 08 Feb 2010 19:06:33 +0100 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 1NeY07-0007OL-WE; Mon, 08 Feb 2010 12:06:24 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1NeRdz-0005mo-1Q for ding@lists.math.uh.edu; Mon, 08 Feb 2010 05:19:07 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1NeRdv-0005UF-90 for ding@lists.math.uh.edu; Mon, 08 Feb 2010 05:19:04 -0600 Original-Received: from mail0.bessy.de ([193.149.14.57]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1NeRdm-0003uq-00 for ; Mon, 08 Feb 2010 12:18:54 +0100 X-IronPort-AV: E=Sophos;i="4.49,428,1262559600"; d="scan'208";a="3337123" Original-Received: from mambo1.exp.bessy.de (HELO exp.bessy.de) ([193.149.14.37]) by mail0.bessy.de with ESMTP; 08 Feb 2010 12:18:41 +0100 Original-Received: from [193.149.12.173] (HELO alder.acc.bessy.de) by mambo1.exp.bessy.de (CommuniGate Pro SMTP 5.2.12) with ESMTP id 8509539; Mon, 08 Feb 2010 12:18:41 +0100 Original-Received: from alder.acc.bessy.de (localhost [127.0.0.1]) by alder.acc.bessy.de (Postfix) with ESMTP id 8DB8D2F1CE; Mon, 8 Feb 2010 12:18:41 +0100 (CET) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) X-Spam-Score: -0.2 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:69398 Archived-At: Hello, I want to use the variable nnimap-split-fancy. In this way it works: (setq nnmail-split-fancy '(| from "Hans.Mustermann" "People/well_known/Mustermann_Hans")) But I want to use it in a fancier way like this: (setq wellknownpeople "People/well_known/" nnmail-split-fancy '(| from "\\(Hans\\).\\(Mustermann\\)" (concat wellknownpeople (capitalize "\\2") "_" (capitalize "\\1")))) But this seems not possible. Is there another way to do such splitting? (I hope, my idea is understandable). -- Dieter Faulbaum