Re: Possible some threads are not complete due to bug?
authorDavid Bremner <david@tethera.net>
Sat, 19 Sep 2015 16:02:22 +0000 (13:02 +2100)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:49:34 +0000 (14:49 -0700)
f7/cdf7722bb26d216f54fd386e06c450bcf98676 [new file with mode: 0644]

diff --git a/f7/cdf7722bb26d216f54fd386e06c450bcf98676 b/f7/cdf7722bb26d216f54fd386e06c450bcf98676
new file mode 100644 (file)
index 0000000..e352516
--- /dev/null
@@ -0,0 +1,75 @@
+Return-Path: <david@tethera.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id BA82F6DE00CB\r
+ for <notmuch@notmuchmail.org>; Sat, 19 Sep 2015 09:04:10 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.113\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.113 tagged_above=-999 required=5 tests=[AWL=0.113]\r
+ autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id dijjLOwqQwln for <notmuch@notmuchmail.org>;\r
+ Sat, 19 Sep 2015 09:04:09 -0700 (PDT)\r
+Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id BD59C6DE009A\r
+ for <notmuch@notmuchmail.org>; Sat, 19 Sep 2015 09:04:08 -0700 (PDT)\r
+Received: from remotemail by gitolite.debian.net with local (Exim 4.80)\r
+ (envelope-from <david@tethera.net>)\r
+ id 1ZdKb3-0002oL-Bw; Sat, 19 Sep 2015 16:02:41 +0000\r
+Received: (nullmailer pid 26004 invoked by uid 1000); Sat, 19 Sep 2015\r
+ 16:02:22 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Xu Wang <xuwang762@gmail.com>, notmuch@notmuchmail.org\r
+Subject: Re: Possible some threads are not complete due to bug?\r
+In-Reply-To:\r
+ <CAJhTkNh7_hXDLsAGyD7nwkXV4ca6ymkLtFG945USvfqK4ZJEdQ@mail.gmail.com>\r
+References:\r
+ <CAJhTkNh7_hXDLsAGyD7nwkXV4ca6ymkLtFG945USvfqK4ZJEdQ@mail.gmail.com>\r
+User-Agent: Notmuch/0.20.2+73~gd432116 (http://notmuchmail.org) Emacs/24.5.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Sat, 19 Sep 2015 13:02:22 -0300\r
+Message-ID: <87fv2a4ctt.fsf@zancas.localnet>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.18\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sat, 19 Sep 2015 16:04:10 -0000\r
+\r
+Xu Wang <xuwang762@gmail.com> writes:\r
+\r
+> Sometimes I need to do:\r
+>\r
+> $ notmuch search --output=threads "id:MYMSGID"\r
+> thread:000000000000a125\r
+> $ notmuch search --output=messages "thread:000000000000a125"\r
+>\r
+> In theory, this should output the message that responded to message ID\r
+> "MYMSGID". Sometimes it works. But sometimes it does not work. That\r
+> is, there exists an email where I am sure (I checked the raw email)\r
+> that there is a header\r
+> In-Reply-To: <MYMSGID>\r
+> but that email does not show when I do the two commands above.\r
+\r
+I'm not 100% sure what you mean by "does not show". Do you mean that the\r
+output from the second command is empty? or does not contain MYMSGID?\r
+\r
+> Indeed, that mail belongs to a different thread ID.\r
+\r
+How can you tell that the mail belongs to a different thread?\r
+Isn't that what your first command tells you?\r
+\r
+d\r