From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27424 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: Email folders and threading Date: 01 Dec 1999 20:28:04 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035164455 24528 80.91.224.250 (21 Oct 2002 01:40:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:40:55 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA03368 for ; Wed, 1 Dec 1999 14:30:23 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id NAB25305; Wed, 1 Dec 1999 13:29:09 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 01 Dec 1999 13:29:17 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id NAA26154 for ; Wed, 1 Dec 1999 13:29:02 -0600 (CST) Original-Received: from waldorf.cs.uni-dortmund.de (waldorf.cs.uni-dortmund.de [129.217.4.42]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA03323 for ; Wed, 1 Dec 1999 14:28:36 -0500 (EST) Original-Received: from marcy.cs.uni-dortmund.de (marcy.cs.uni-dortmund.de [129.217.20.159]) by waldorf.cs.uni-dortmund.de with ESMTP id UAA19531 for ; Wed, 1 Dec 1999 20:28:04 +0100 (MET) Original-Received: from lucy.cs.uni-dortmund.de (lucy [129.217.20.160]) by marcy.cs.uni-dortmund.de id UAA19755; Wed, 1 Dec 1999 20:28:04 +0100 (MET) Original-Received: (from grossjoh@localhost) by lucy.cs.uni-dortmund.de (8.9.3/8.9.3/Debian 8.9.3-6) id UAA02958; Wed, 1 Dec 1999 20:28:04 +0100 Original-To: ding@gnus.org In-Reply-To: Lars Magne Ingebrigtsen's message of "01 Dec 1999 15:39:07 +0100" Original-Lines: 35 User-Agent: Gnus/5.070099 (Pterodactyl Gnus v0.99) Emacs/20.4.93 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:27424 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:27424 Lars Magne Ingebrigtsen writes: > Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes: > > > Patch below. Information on what the heck it's supposed to do will > > gladly be provided on request. > > *request* :-) Ok. I have split methods, but I find that the split methods do not catch all cases, so I manually move some messages. I want followups to those manually-moved messages in the same group where the manually-moved message is. So the patch has two parts: The first part frobs the ~/.nnmail-cache handling such that, in addition to the message id, the group name is entered into the file. The second part is a function which can use used in nnmail-split-fancy. It looks at the References header and searches a group name for the message ids mentioned there. If it finds one, the group is returned, else nil is returned. Well, actually the group name is only put in ~/.nnmail-cache if the group comes from the mail-receiving mail backend, since mail splitting only applies to the mail-receiving mail backend. Hence, the group name is without a server name, ie foo.bar rather than nnml:foo.bar. I forgot what exactly the thread was about, but I think for the purposes of the thread, you may wish to enter both the server name (ie nnml:foo.bar) and the article number into the message id cache. What would you like to do now? What would you like me to do now? kai -- A preposition is not a good thing to end a sentence with.