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 AF9D86DE02C6 for ; Mon, 11 Apr 2016 02:58:05 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.018 X-Spam-Level: X-Spam-Status: No, score=-0.018 tagged_above=-999 required=5 tests=[AWL=-0.007, 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 xz06AWuy8hXh for ; Mon, 11 Apr 2016 02:57:58 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id D23CE6DE0008 for ; Mon, 11 Apr 2016 02:57:57 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.84) (envelope-from ) id 1apYbZ-0000Vn-1D; Mon, 11 Apr 2016 05:58:01 -0400 Received: (nullmailer pid 22726 invoked by uid 1000); Mon, 11 Apr 2016 09:57:50 -0000 From: David Bremner To: David Edmondson , Mark Walters , Daniel Kahn Gillmor , David Mazieres expires 2016-07-03 PDT , notmuch@notmuchmail.org Subject: Re: Breaking a really long thread In-Reply-To: References: <87k2kd8r6d.fsf@qmul.ac.uk> <87wpoc7hf8.fsf@ta.scs.stanford.edu> <8760vrm3jk.fsf@alice.fifthhorseman.net> <87fuuu3938.fsf@zancas.localnet> <87bn5ijthh.fsf@qmul.ac.uk> <87oa9g7vd6.fsf@zancas.localnet> <87y48kipdw.fsf@qmul.ac.uk> User-Agent: Notmuch/0.21+99~gd93d377 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Mon, 11 Apr 2016 06:57:50 -0300 Message-ID: <87lh4k79i9.fsf@zancas.localnet> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.20 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: Mon, 11 Apr 2016 09:58:05 -0000 David Edmondson writes: > > My inclination is to say "if you want to change the headers that are > hidden in message mode, change `message-hidden-headers'" and don't > bother with any notmuch specific settings. > > That, of course, leads me to wonder why I ever added > `notmuch-mua-hidden-headers' in the first place... Whatever we decide to do, I'd like to avoid notmuch making persistent changes to message-mode settings, to avoid problems for people who e.g. use notmuch as an indexing backend for gnus. d