From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id F27956DE01F5 for ; Fri, 20 Jul 2018 16:38:02 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.001 X-Spam-Level: X-Spam-Status: No, score=-0.001 tagged_above=-999 required=5 tests=[AWL=0.010, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 PVdyjXpnz3cp for ; Fri, 20 Jul 2018 16:38:02 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id F14F96DE00D4 for ; Fri, 20 Jul 2018 16:38:01 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1fgeyF-00023e-9P for notmuch@notmuchmail.org; Fri, 20 Jul 2018 19:37:59 -0400 Received: (nullmailer pid 2966 invoked by uid 1000); Fri, 20 Jul 2018 23:37:52 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: v1: fix for threading of replies to ghost messages Date: Sat, 21 Jul 2018 08:37:37 +0900 Message-Id: <20180720233746.2844-1-david@tethera.net> X-Mailer: git-send-email 2.18.0 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.26 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: Fri, 20 Jul 2018 23:38:03 -0000 See the thread at id:87efgmmysi.fsf@len.workgroup for discussion. This series finally bites the bullet and uses the References header for threading. Please test this series, there are lots of tricky cases with threading.