--- /dev/null
+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 481666DE00BD\r
+ for <notmuch@notmuchmail.org>; Sat, 9 Apr 2016 11:56:25 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.019\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.019 tagged_above=-999 required=5\r
+ tests=[AWL=-0.008, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01]\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 6Er0D5Pkb4Yl for <notmuch@notmuchmail.org>;\r
+ Sat, 9 Apr 2016 11:56:15 -0700 (PDT)\r
+Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 4522C6DE02D5\r
+ for <notmuch@notmuchmail.org>; Sat, 9 Apr 2016 11:55:59 -0700 (PDT)\r
+Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
+ (envelope-from <david@tethera.net>)\r
+ id 1aoy3C-0005of-CA; Sat, 09 Apr 2016 14:56:06 -0400\r
+Received: (nullmailer pid 4334 invoked by uid 1000);\r
+ Sat, 09 Apr 2016 18:55:55 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Daniel Kahn Gillmor <dkg@fifthhorseman.net>,\r
+ David Mazieres expires 2016-07-03 PDT\r
+ <mazieres-297ctmng4fhr6h6ad8yffa64yi@temporary-address.scs.stanford.edu>,\r
+ notmuch@notmuchmail.org\r
+Subject: Re: Breaking a really long thread\r
+In-Reply-To: <8760vrm3jk.fsf@alice.fifthhorseman.net>\r
+References: <c10e501c2baee471cbeeb42aad89a1e966407234-NM@bruno.deptj.eu>\r
+ <87k2kd8r6d.fsf@qmul.ac.uk> <87wpoc7hf8.fsf@ta.scs.stanford.edu>\r
+ <8760vrm3jk.fsf@alice.fifthhorseman.net>\r
+User-Agent: Notmuch/0.21+99~gd93d377 (http://notmuchmail.org) Emacs/24.5.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Sat, 09 Apr 2016 15:55:55 -0300\r
+Message-ID: <87fuuu3938.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.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://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: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sat, 09 Apr 2016 18:56:25 -0000\r
+\r
+Daniel Kahn Gillmor <dkg@fifthhorseman.net> writes:\r
+\r
+> On Tue 2016-04-05 01:28:43 -0400, David Mazieres wrote:\r
+>> Arguably, I would say either both the In-Reply-To and the References\r
+>> header should be hidden or neither. Otherwise, what was happening is\r
+>> that I was deleting the In-Reply-To header as it was the only one I saw,\r
+>> and figuring that maybe References was adjusted after the fact based on\r
+>> In-Reply-To. After all, the message buffer doesn't keep track of the\r
+>> parent message.\r
+>>\r
+>> Unless there's a reason that someone would want to alter In-Reply-To\r
+>> without altering References, it doesn't make sense to show one without\r
+>> the other.\r
+>\r
+> I think i agree with David here, but the fact is that\r
+> message-hidden-headers is derived directly from emacs (in message.el),\r
+> and isn't part of notmuch-emacs at all.\r
+>\r
+> Are these changes worth addressing upstream?\r
+\r
+Possibly. Although changing defaults is usually a cesspit of\r
+bikeshedding. What would we ask, that upstream add In-Reply-To to\r
+message-hidden-headers?\r
+\r
+Related, showing hidden headers doesn't actually work very well:\r
+\r
+ http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23252\r
+\r
+I thought briefly about overriding the value in notmuch-message-mode,\r
+perhaps by having a defcustom for notmuch-message-hidden-headers.\r
+\r
+d\r