From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id cAhvInquHGDvEAAA0tVLHw (envelope-from ) for ; Fri, 05 Feb 2021 02:33:30 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id cBFHHnquHGCLYAAA1q6Kng (envelope-from ) for ; Fri, 05 Feb 2021 02:33:30 +0000 Received: from mail.notmuchmail.org (nmbug.tethera.net [144.217.243.247]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (2048 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 212809402C2 for ; Fri, 5 Feb 2021 02:33:27 +0000 (UTC) Received: from nmbug.tethera.net (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id 398A31FBA4; Thu, 4 Feb 2021 21:33:14 -0500 (EST) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by mail.notmuchmail.org (Postfix) with ESMTP id EC63B1FAEC for ; Thu, 4 Feb 2021 21:33:09 -0500 (EST) Received: by fethera.tethera.net (Postfix, from userid 1001) id D6BB6606DB; Thu, 4 Feb 2021 21:33:07 -0500 (EST) Received: (nullmailer pid 2525158 invoked by uid 1000); Fri, 05 Feb 2021 02:33:06 -0000 From: David Bremner To: David Edmondson , notmuch@notmuchmail.org Subject: Re: [RFC PATCH] show: Add support for -format=raw -body=false In-Reply-To: References: <20210117183710.29850-1-dme@dme.org> <87mtx6gn97.fsf@tethera.net> <87eeiigkwd.fsf@tethera.net> Date: Thu, 04 Feb 2021 22:33:06 -0400 Message-ID: <87blczw8f1.fsf@tethera.net> MIME-Version: 1.0 Message-ID-Hash: SWWWEXI5V3XAUPZBEOUTXFF5B7VS4NDU X-Message-ID-Hash: SWWWEXI5V3XAUPZBEOUTXFF5B7VS4NDU X-MailFrom: david@tethera.net X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-notmuch.notmuchmail.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.1 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -0.45 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 144.217.243.247 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Migadu-Queue-Id: 212809402C2 X-Spam-Score: -0.45 X-Migadu-Scanner: scn1.migadu.com X-TUID: ct5ACnhbloSe David Edmondson writes: >> I'm just nervous about more legacy formats. I think we will get the >> arbitrary headers thing working eventually, but I can see it might take >> some time. > > Are we ever likely to get rid of the raw format? I use it quite a bit, > and it seems to be relatively low complexity and simple to support. It isn't completely without maintenance overhead, but I agree it's not going away. I can live with the body=false option if you think it's better / more feasible than the arbitrary headers series. d