From 8732e12a6fec8cc135a2e69d491cebdcf2c692e2 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 9 Feb 2014 08:55:02 +2000 Subject: [PATCH] Re: [PATCH 2/2] emacs: Prefer Content-Description over filename for part buttons --- 90/88a963392fc85c5776d011336bea2cf5288450 | 76 +++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 90/88a963392fc85c5776d011336bea2cf5288450 diff --git a/90/88a963392fc85c5776d011336bea2cf5288450 b/90/88a963392fc85c5776d011336bea2cf5288450 new file mode 100644 index 000000000..67a358ea6 --- /dev/null +++ b/90/88a963392fc85c5776d011336bea2cf5288450 @@ -0,0 +1,76 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 5382E431FBD + for ; Sat, 8 Feb 2014 04:55:18 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id LMI7uEsbfVHw for ; + Sat, 8 Feb 2014 04:55:10 -0800 (PST) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id CE53B431FBC + for ; Sat, 8 Feb 2014 04:55:10 -0800 (PST) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1WC7R5-0002oB-2Y; Sat, 08 Feb 2014 08:55:07 -0400 +Received: (nullmailer pid 14998 invoked by uid 1000); Sat, 08 Feb 2014 + 12:55:02 -0000 +From: David Bremner +To: "W. Trevor King" , Mark Walters + +Subject: Re: [PATCH 2/2] emacs: Prefer Content-Description over filename for + part buttons +In-Reply-To: <20140204013246.GQ19935@odin.tremily.us> +References: <877g9chbay.fsf@qmul.ac.uk> + + <27be295875a7df782a83c9a2c09d06f9d321fe9e.1391423201.git.wking@tremily.us> + <87vbwwosuw.fsf@qmul.ac.uk> <20140203203418.GO14197@odin.tremily.us> + <20140204013246.GQ19935@odin.tremily.us> +User-Agent: Notmuch/0.17+53~g3e1d7f6 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Sat, 08 Feb 2014 08:55:02 -0400 +Message-ID: <87r47dojbt.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 +Content-Transfer-Encoding: quoted-printable +Cc: notmuch@notmuchmail.org +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +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, 08 Feb 2014 12:55:18 -0000 + +"W. Trevor King" writes: + +> +> Rather than patching this in Emacs, maybe we should collapse the =E2=80= +=9Cnot +> set=E2=80=9D and =E2=80=9Cset to empty string=E2=80=9D cases in notmuch-s= +how.c? I can't think +> of any reasons why someone would want to distinguish those two cases, +> and it's easier all around if we standardize the representation as far +> upstream as possible. +> + +Do the RFCs have anything to say about headers with empty content? If +not I'd be inclined to leave the CLI output as raw as possible, just +because people are always finding new ways to apply tools. + +d -- 2.26.2