Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / d6 / f3cb0ad75d3c506e656402ab01100900c44c00
1 Return-Path: <david@tethera.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5  by arlo.cworth.org (Postfix) with ESMTP id BA95B6DE02A6\r
6  for <notmuch@notmuchmail.org>; Fri, 18 Mar 2016 14:27:36 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.03\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.03 tagged_above=-999 required=5 tests=[AWL=-0.019,\r
12   SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id sa5y_L_ogpId for <notmuch@notmuchmail.org>;\r
16  Fri, 18 Mar 2016 14:27:28 -0700 (PDT)\r
17 Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
18  by arlo.cworth.org (Postfix) with ESMTPS id BE1086DE02A5\r
19  for <notmuch@notmuchmail.org>; Fri, 18 Mar 2016 14:27:28 -0700 (PDT)\r
20 Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
21  (envelope-from <david@tethera.net>)\r
22  id 1ah1wC-0006ku-N9; Fri, 18 Mar 2016 17:28:04 -0400\r
23 Received: (nullmailer pid 30050 invoked by uid 1000);\r
24  Fri, 18 Mar 2016 21:27:26 -0000\r
25 From: David Bremner <david@tethera.net>\r
26 To: David Edmondson <dme@dme.org>, notmuch@notmuchmail.org\r
27 Subject: Re: [PATCH v1] emacs: Don't insert part header pseudo-buttons during\r
28  reply by default.\r
29 In-Reply-To: <1458117593-32586-1-git-send-email-dme@dme.org>\r
30 References: <1458117593-32586-1-git-send-email-dme@dme.org>\r
31 User-Agent: Notmuch/0.21+74~g6c60fb1 (http://notmuchmail.org) Emacs/24.5.1\r
32  (x86_64-pc-linux-gnu)\r
33 Date: Fri, 18 Mar 2016 18:27:26 -0300\r
34 Message-ID: <87k2kz329t.fsf@zancas.localnet>\r
35 MIME-Version: 1.0\r
36 Content-Type: text/plain\r
37 X-BeenThere: notmuch@notmuchmail.org\r
38 X-Mailman-Version: 2.1.20\r
39 Precedence: list\r
40 List-Id: "Use and development of the notmuch mail system."\r
41  <notmuch.notmuchmail.org>\r
42 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
43  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
44 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
45 List-Post: <mailto:notmuch@notmuchmail.org>\r
46 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
47 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
48  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
49 X-List-Received-Date: Fri, 18 Mar 2016 21:27:36 -0000\r
50 \r
51 David Edmondson <dme@dme.org> writes:\r
52 \r
53 > Based on feedback from users, change the default value of\r
54 > `notmuch-mua-reply-insert-header-p-function' to\r
55 > `notmuch-show-reply-insert-header-p-never', with the consequence that\r
56 > replies will not have part header pseudo-buttons. This more closely\r
57 > matches the behaviour before the recent changes to the reply code.\r
58 > ---\r
59 >  emacs/notmuch-mua.el | 2 +-\r
60 >  1 file changed, 1 insertion(+), 1 deletion(-)\r
61 >\r
62 > diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el\r
63 > index fcb3e95..773a000 100644\r
64 > --- a/emacs/notmuch-mua.el\r
65 > +++ b/emacs/notmuch-mua.el\r
66 > @@ -94,7 +94,7 @@ Note that these functions use `mail-citation-hook' if that is non-nil."\r
67 >    :group 'notmuch-reply)\r
68 >  \r
69 >  (defcustom notmuch-mua-reply-insert-header-p-function\r
70 > -  'notmuch-show-reply-insert-header-p-trimmed\r
71 > +  'notmuch-show-reply-insert-header-p-never\r
72 >    "Function to decide which parts get a header when replying.\r
73 >  \r
74 >  This function specifies which parts of a mime message with\r
75 > -- \r
76 > 2.1.4\r
77 \r
78 I think I have small preference for Nicolas' version, so I'm marking\r
79 this as "obsolete". Please let me know and/or retag if you disagree.\r
80 \r
81 d\r