From f36af7fcf382a1a04be76855db53c705a5431c95 Mon Sep 17 00:00:00 2001 From: Xu Wang Date: Mon, 14 Sep 2015 00:03:20 +2000 Subject: [PATCH] Possible some threads are not complete due to bug? --- 8d/43bf66572a8166da88f988ba8f68c564ab8ea8 | 86 +++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 8d/43bf66572a8166da88f988ba8f68c564ab8ea8 diff --git a/8d/43bf66572a8166da88f988ba8f68c564ab8ea8 b/8d/43bf66572a8166da88f988ba8f68c564ab8ea8 new file mode 100644 index 000000000..4e754d6d5 --- /dev/null +++ b/8d/43bf66572a8166da88f988ba8f68c564ab8ea8 @@ -0,0 +1,86 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id D075A6DE09FB + for ; Sat, 12 Sep 2015 21:03:24 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.566 +X-Spam-Level: +X-Spam-Status: No, score=-0.566 tagged_above=-999 required=5 + tests=[AWL=-0.015, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, + DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, + FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, + SPF_PASS=-0.001] autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id znL2C1M3W3iG for ; + Sat, 12 Sep 2015 21:03:23 -0700 (PDT) +Received: from mail-oi0-f44.google.com (mail-oi0-f44.google.com + [209.85.218.44]) + by arlo.cworth.org (Postfix) with ESMTPS id 128E56DE0275 + for ; Sat, 12 Sep 2015 21:03:23 -0700 (PDT) +Received: by oixx17 with SMTP id x17so61715974oix.0 + for ; Sat, 12 Sep 2015 21:03:22 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=mime-version:date:message-id:subject:from:to:content-type; + bh=AIfUzangb83s2+PDrmdomuhdgXeYnj/nBRXayoe8eSA=; + b=q5mWAfxkaHm0Vgyfy0wMmUdZBdHIoH84pxFFyNhvtoz2Jk2fKOWaabF9w5Gu8EDNPc + mHnudYYZznmkfEpjPAXjcKu9C8VCLawxboqIJeXK9v1g4WxJLSh5m99xAHDjrDA+K4Ty + 2dcf9XPkFmF8/aUgE1TFXBIGBWemQIG09Mw1TPUPMLf67M9tyip/Ygi/juk5Wegil2Ls + TceG878CnwdSdGThV5OVQ5MxNazAg5ZnS0M5BM+9AiGsQqYEbGRGkZaJPVF4ehZMmN9j + 63UfI6sN8b4Mze0V2vSbJXvimUS5fYIPdOMy7201VNbPTnkwA2c6VQB841PwYHRrbdv0 + V3OA== +MIME-Version: 1.0 +X-Received: by 10.202.64.3 with SMTP id n3mr5296710oia.53.1442117001005; Sat, + 12 Sep 2015 21:03:21 -0700 (PDT) +Received: by 10.202.212.204 with HTTP; Sat, 12 Sep 2015 21:03:20 -0700 (PDT) +Date: Sun, 13 Sep 2015 00:03:20 -0400 +Message-ID: + +Subject: Possible some threads are not complete due to bug? +From: Xu Wang +To: notmuch@notmuchmail.org +Content-Type: text/plain; charset=UTF-8 +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.18 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Sun, 13 Sep 2015 04:03:24 -0000 + +Hi, + +Sometimes I need to do: + +$ notmuch search --output=threads "id:MYMSGID" +thread:000000000000a125 +$ notmuch search --output=messages "thread:000000000000a125" + +In theory, this should output the message that responded to message ID +"MYMSGID". Sometimes it works. But sometimes it does not work. That +is, there exists an email where I am sure (I checked the raw email) +that there is a header +In-Reply-To: +but that email does not show when I do the two commands above. +Indeed, that mail belongs to a different thread ID. + +I am just curious if the above is due to: + +1. My missing of understanding of how notmuch deals with threads +2. A bug or missing feature in notmuch causes some threads to be incomplete + +By the way, my goal is to use Suvayu's script to check if a message +was responded to. + +Kind regards, + +Xu -- 2.26.2