From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/17849 Path: news.gmane.org!not-for-mail From: Antonio Carzaniga Newsgroups: gmane.emacs.gnus.user Subject: tracking message ids with nnmaildir? Date: Thu, 24 Dec 2015 12:19:40 +0100 Message-ID: <87twn8um9f.fsf@usi.ch> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1450964047 5262 80.91.229.3 (24 Dec 2015 13:34:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Dec 2015 13:34:07 +0000 (UTC) To: Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu Dec 24 14:33:59 2015 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aC61j-0000hF-TH for gegu-info-gnus-english@m.gmane.org; Thu, 24 Dec 2015 14:33:56 +0100 Original-Received: from localhost ([::1]:60165 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aC61j-0000H9-Cn for gegu-info-gnus-english@m.gmane.org; Thu, 24 Dec 2015 08:33:55 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52707) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aC4VW-0004JB-8Q for info-gnus-english@gnu.org; Thu, 24 Dec 2015 06:56:35 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aC4VT-0004Wh-2k for info-gnus-english@gnu.org; Thu, 24 Dec 2015 06:56:34 -0500 Original-Received: from workspace.usilu.net ([195.176.178.201]:10400 helo=mail.usi.ch) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aC4VS-0004TB-SZ for info-gnus-english@gnu.org; Thu, 24 Dec 2015 06:56:30 -0500 Original-Received: from siena (195.176.178.11) by mail.usi.ch (192.168.64.53) with Microsoft SMTP Server (TLS) id 14.3.266.1; Thu, 24 Dec 2015 12:35:41 +0100 Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/24.5 (gnu/linux) Cancel-Lock: sha1:y4v1vxvPcLnu76tNDqfAReqryg0= Posted-To: gnu.emacs.gnus X-Originating-IP: [195.176.178.11] X-detected-operating-system: by eggs.gnu.org: Windows 7 or 8 X-Received-From: 195.176.178.201 X-Mailman-Approved-At: Thu, 24 Dec 2015 08:33:43 -0500 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:17849 Archived-At: The following message is a courtesy copy of an article that has been posted to gnu.emacs.gnus as well. I have trouble tracking message ids for messages stored in Maildir groups (e.g., to automatically split follow-up messages to the same group). In particular, neither the nnmail cache nor the registry would pick up the ids of messages spooled to a Maildir group through Gcc. In trying to figure this out, I noticed that nnmaildir does not track message ids at all, whereas all other mail back ends track every message they accept through nnmail-cache-insert, which is where the registry hooks into. This looks like a bug, no? Am I missing something? How can I track messages automatically spooled to Maildir groups? Thanks a lot for your help! -Antonio