Re: [PATCH v1] emacs: Don't insert part header pseudo-buttons during reply by default.
authorDavid Bremner <david@tethera.net>
Fri, 18 Mar 2016 21:27:26 +0000 (18:27 +2100)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:21:20 +0000 (16:21 -0700)
d6/f3cb0ad75d3c506e656402ab01100900c44c00 [new file with mode: 0644]

diff --git a/d6/f3cb0ad75d3c506e656402ab01100900c44c00 b/d6/f3cb0ad75d3c506e656402ab01100900c44c00
new file mode 100644 (file)
index 0000000..f3c16f3
--- /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 BA95B6DE02A6\r
+ for <notmuch@notmuchmail.org>; Fri, 18 Mar 2016 14:27:36 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.03\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.03 tagged_above=-999 required=5 tests=[AWL=-0.019,\r
+  SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 sa5y_L_ogpId for <notmuch@notmuchmail.org>;\r
+ Fri, 18 Mar 2016 14:27:28 -0700 (PDT)\r
+Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id BE1086DE02A5\r
+ for <notmuch@notmuchmail.org>; Fri, 18 Mar 2016 14:27:28 -0700 (PDT)\r
+Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
+ (envelope-from <david@tethera.net>)\r
+ id 1ah1wC-0006ku-N9; Fri, 18 Mar 2016 17:28:04 -0400\r
+Received: (nullmailer pid 30050 invoked by uid 1000);\r
+ Fri, 18 Mar 2016 21:27:26 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: David Edmondson <dme@dme.org>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH v1] emacs: Don't insert part header pseudo-buttons during\r
+ reply by default.\r
+In-Reply-To: <1458117593-32586-1-git-send-email-dme@dme.org>\r
+References: <1458117593-32586-1-git-send-email-dme@dme.org>\r
+User-Agent: Notmuch/0.21+74~g6c60fb1 (http://notmuchmail.org) Emacs/24.5.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Fri, 18 Mar 2016 18:27:26 -0300\r
+Message-ID: <87k2kz329t.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: Fri, 18 Mar 2016 21:27:36 -0000\r
+\r
+David Edmondson <dme@dme.org> writes:\r
+\r
+> Based on feedback from users, change the default value of\r
+> `notmuch-mua-reply-insert-header-p-function' to\r
+> `notmuch-show-reply-insert-header-p-never', with the consequence that\r
+> replies will not have part header pseudo-buttons. This more closely\r
+> matches the behaviour before the recent changes to the reply code.\r
+> ---\r
+>  emacs/notmuch-mua.el | 2 +-\r
+>  1 file changed, 1 insertion(+), 1 deletion(-)\r
+>\r
+> diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el\r
+> index fcb3e95..773a000 100644\r
+> --- a/emacs/notmuch-mua.el\r
+> +++ b/emacs/notmuch-mua.el\r
+> @@ -94,7 +94,7 @@ Note that these functions use `mail-citation-hook' if that is non-nil."\r
+>    :group 'notmuch-reply)\r
+>  \r
+>  (defcustom notmuch-mua-reply-insert-header-p-function\r
+> -  'notmuch-show-reply-insert-header-p-trimmed\r
+> +  'notmuch-show-reply-insert-header-p-never\r
+>    "Function to decide which parts get a header when replying.\r
+>  \r
+>  This function specifies which parts of a mime message with\r
+> -- \r
+> 2.1.4\r
+\r
+I think I have small preference for Nicolas' version, so I'm marking\r
+this as "obsolete". Please let me know and/or retag if you disagree.\r
+\r
+d\r