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 33CC36DE0F48 for ; Sat, 9 Nov 2019 12:30:43 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.06 X-Spam-Level: X-Spam-Status: No, score=-0.06 tagged_above=-999 required=5 tests=[AWL=-0.059, 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 icjJJZPnGCYG for ; Sat, 9 Nov 2019 12:30:42 -0800 (PST) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id F03726DE0EF2 for ; Sat, 9 Nov 2019 12:30:41 -0800 (PST) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1iTXNW-0006kB-D9; Sat, 09 Nov 2019 15:30:38 -0500 Received: (nullmailer pid 28392 invoked by uid 1000); Sat, 09 Nov 2019 20:30:36 -0000 From: David Bremner To: Jani Nikula , Johan Parin , notmuch@notmuchmail.org Cc: Johan Parin Subject: Re: [PATCH] Fix format_headers_sprinter to return all headers In-Reply-To: <87k188c0x8.fsf@nikula.org> References: <20191109174413.97663-1-johan.parin@gmail.com> <87k188c0x8.fsf@nikula.org> Date: Sat, 09 Nov 2019 15:30:36 -0500 Message-ID: <87d0e0vllf.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 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: Sat, 09 Nov 2019 20:30:43 -0000 Jani Nikula writes: > On Sat, 09 Nov 2019, Johan Parin wrote: >> Modify format_headers_sprinter so that it returns all headers in the >> sexp, instead of a fixed set of headers. > > I have to deal with plenty of long threads that already take a very long > time to open in notmuch-emacs. How's this going to impact the emacs > interface performance? For example the patch mail I'm replying to has > more header content than body content. There are tons of headers that I > can't imagine being useful to anyone. Can we benchmark this somehow? I think we have suitable threads in the LKML corpus, but the challenge is timing emacs in some sensible way.