Re: Breaking a really long thread
authorDavid Bremner <david@tethera.net>
Mon, 11 Apr 2016 02:05:41 +0000 (23:05 +2100)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:21:35 +0000 (16:21 -0700)
96/e316af73d5280a6cb67812b6a94bb8530c43e5 [new file with mode: 0644]

diff --git a/96/e316af73d5280a6cb67812b6a94bb8530c43e5 b/96/e316af73d5280a6cb67812b6a94bb8530c43e5
new file mode 100644 (file)
index 0000000..f1cab96
--- /dev/null
@@ -0,0 +1,81 @@
+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 174286DE0317\r
+ for <notmuch@notmuchmail.org>; Sun, 10 Apr 2016 19:05:56 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.018\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.018 tagged_above=-999 required=5\r
+ tests=[AWL=-0.007, 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 aaF2WTAF0k5Z for <notmuch@notmuchmail.org>;\r
+ Sun, 10 Apr 2016 19:05:48 -0700 (PDT)\r
+Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 45B006DE02DD\r
+ for <notmuch@notmuchmail.org>; Sun, 10 Apr 2016 19:05:48 -0700 (PDT)\r
+Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
+ (envelope-from <david@tethera.net>)\r
+ id 1apREe-0003LR-Lb; Sun, 10 Apr 2016 22:05:52 -0400\r
+Received: (nullmailer pid 28974 invoked by uid 1000);\r
+ Mon, 11 Apr 2016 02:05:41 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Mark Walters <markwalters1009@gmail.com>,\r
+ 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: <87bn5ijthh.fsf@qmul.ac.uk>\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> <87fuuu3938.fsf@zancas.localnet>\r
+ <87bn5ijthh.fsf@qmul.ac.uk>\r
+User-Agent: Notmuch/0.21+99~gd93d377 (http://notmuchmail.org) Emacs/24.5.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Sun, 10 Apr 2016 23:05:41 -0300\r
+Message-ID: <87oa9g7vd6.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: Mon, 11 Apr 2016 02:05:56 -0000\r
+\r
+Mark Walters <markwalters1009@gmail.com> writes:\r
+\r
+> I think we already have this, except it is called\r
+> notmuch-mua-hidden-headers. It defaults to '("^User-Agent:").\r
+>\r
+> I think it would be reasonable to add In-Reply-To to this list.\r
+>\r
+> However, if I read the code correctly, currently we are changing\r
+> message-hidden-headers globally which doesn't feel the right thing to\r
+> do. Probably we should do something more like you suggest, and do the\r
+> overriding just in notmuch-message-mode.\r
+>\r
+\r
+Summarizing, I see 3 related changes here\r
+\r
+- fixing the code to let-bind message-hidden-headers instead of globally\r
+  modify it\r
+\r
+- adding in-reply-to notmuch-mua\r
+\r
+- providing a keybinding to toggle visibility of hidden headers that\r
+  works better than the current use of widen\r
+\r
+d\r