From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/49806 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: message registry for Gnus Date: Tue, 04 Feb 2003 16:25:08 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <4n3cn9i6kq.fsf@lockgroove.bwh.harvard.edu> <84y94yk4gu.fsf@lucy.is.informatik.uni-duisburg.de> <4nr8apxfa9.fsf@lockgroove.bwh.harvard.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1044372348 8474 80.91.224.249 (4 Feb 2003 15:25:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 4 Feb 2003 15:25:48 +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 18g4xF-0002CN-00 for ; Tue, 04 Feb 2003 16:25:46 +0100 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 18g4x1-0005Sm-00; Tue, 04 Feb 2003 09:25:31 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 04 Feb 2003 09:26:27 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id JAA14345 for ; Tue, 4 Feb 2003 09:26:13 -0600 (CST) Original-Received: (qmail 90968 invoked by alias); 4 Feb 2003 15:25:12 -0000 Original-Received: (qmail 90963 invoked from network); 4 Feb 2003 15:25:12 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by 66.230.238.6 with SMTP; 4 Feb 2003 15:25:12 -0000 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.6/8.12.6) with ESMTP id h14FP8eE032093 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 4 Feb 2003 16:25:08 +0100 Original-To: kai.grossjohann@uni-duisburg.de (Kai =?iso-8859-1?q?Gro=DFjohann?=) Mail-Copies-To: nobody X-Payment: hashcash 1.1 0:030204:kai.grossjohann@uni-duisburg.de:d34220b28f522b87 X-Hashcash: 0:030204:kai.grossjohann@uni-duisburg.de:d34220b28f522b87 X-Payment: hashcash 1.1 0:030204:ding@gnus.org:8a6d21b0235fc38c X-Hashcash: 0:030204:ding@gnus.org:8a6d21b0235fc38c In-Reply-To: <4nr8apxfa9.fsf@lockgroove.bwh.harvard.edu> (Ted Zlatanov's message of "Mon, 03 Feb 2003 15:47:26 -0500") User-Agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.2 (i386-debian-linux-gnu) X-Face: 1Yn@M+tp9bHO[8c_KMq4EAehxF;z,'j|yrivOiG+mxk$hnZac61A{@h6 writes: >> Yes, calling the spool hook just before the split function is called >> (or just after) seems to be right. Just be careful to abstain from >> calling the hook on B q or B t. > > I really wish someone familiar with nnmail.el and nnimap.el could help > me with this :) The message insertion functionality is, to say the > least, pretty complicated... I'm not sure exactly what the problem is, but I could try to help with the nnimap issues. nnimap-split-articles calls nnmail-cache-insert for newly splitted articles, but I'm not sure that is related.