From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47005 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Do nnmail-split-fancy-with-parent for nnimap? Date: Sun, 06 Oct 2002 02:43:39 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87y99cik4g.fsf@crybaby.cs.uni-dortmund.de> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1033865045 4413 127.0.0.1 (6 Oct 2002 00:44:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 6 Oct 2002 00:44:05 +0000 (UTC) Cc: ding@gnus.org Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17xzWc-00018s-00 for ; Sun, 06 Oct 2002 02:44:03 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17xzWY-0005Vx-00; Sat, 05 Oct 2002 19:43:58 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 05 Oct 2002 19:44:40 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id TAA08897 for ; Sat, 5 Oct 2002 19:44:28 -0500 (CDT) Original-Received: (qmail 24953 invoked by alias); 6 Oct 2002 00:43:42 -0000 Original-Received: (qmail 24948 invoked from network); 6 Oct 2002 00:43:41 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by gnus.org with SMTP; 6 Oct 2002 00:43:41 -0000 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) by yxa.extundo.com (8.12.6/8.12.6) with ESMTP id g960hdFt005036; Sun, 6 Oct 2002 02:43:39 +0200 Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) Mail-Copies-To: nobody X-Hashcash: 0:021006:Kai.Grossjohann@CS.Uni-Dortmund.DE:2facfdb170fc61c2 X-Hashcash: 0:021006:ding@gnus.org:0055bc8b4d30263e In-Reply-To: <87y99cik4g.fsf@crybaby.cs.uni-dortmund.de> (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Sun, 06 Oct 2002 00:41:35 +0200") User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-debian-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47005 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47005 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes: > I guess that nnmail-split-fancy-with-parent should somehow find out > the current backend and then ignore all the lines with the wrong > backend. Right? How would nnmail-split-fancy-with-parent find out > the current backend? (Especially given that it might be called from > nnmail-split-methods as well as nnimap-split-rule!) `gnus-command-method' might work. > It would be really cool if ~/.nnmail-cache was stored on the server > somehow. Is there a way to store data like this alongside IMAP mail > on a server? Not really, but you can use either a dummy mailbox and put the file in a message in it (mark it \Deleted and it won't show up in Gnus), or store a dummy message in a standard mailbox ("INBOX" maybe) and somehow mark it so you can find it reliably.