[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / 03 / bb69c5202141479456dcc8aa81e809f982c8df
1 Return-Path: <tomi.ollila@iki.fi>\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 E4FFE6DE181C\r
6  for <notmuch@notmuchmail.org>; Wed, 16 Mar 2016 01:54:27 -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.63\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.63 tagged_above=-999 required=5 tests=[AWL=-0.022, \r
12  SPF_NEUTRAL=0.652] 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 Du4VEVyGVOFq for <notmuch@notmuchmail.org>;\r
16  Wed, 16 Mar 2016 01:54:25 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18  by arlo.cworth.org (Postfix) with ESMTP id DF2ED6DE181A\r
19  for <notmuch@notmuchmail.org>; Wed, 16 Mar 2016 01:54:24 -0700 (PDT)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21  by guru.guru-group.fi (Postfix) with ESMTP id 03D69100063;\r
22  Wed, 16 Mar 2016 10:54:28 +0200 (EET)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: David Edmondson <dme@dme.org>, notmuch@notmuchmail.org\r
25 Subject: Re: [PATCH v1] emacs: Don't insert part header pseudo-buttons during\r
26  reply by default.\r
27 In-Reply-To: <1458117593-32586-1-git-send-email-dme@dme.org>\r
28 References: <1458117593-32586-1-git-send-email-dme@dme.org>\r
29 User-Agent: Notmuch/0.21+86~gd34ae6a (http://notmuchmail.org) Emacs/24.3.1\r
30  (x86_64-unknown-linux-gnu)\r
31 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
32  $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
33  !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
34 Date: Wed, 16 Mar 2016 10:54:27 +0200\r
35 Message-ID: <m2a8lyajlo.fsf@guru.guru-group.fi>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.20\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42  <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
44  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
49  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Wed, 16 Mar 2016 08:54:28 -0000\r
51 \r
52 On Wed, Mar 16 2016, David Edmondson <dme@dme.org> wrote:\r
53 \r
54 > [ text/plain ]\r
55 > Based on feedback from users, change the default value of\r
56 > `notmuch-mua-reply-insert-header-p-function' to\r
57 > `notmuch-show-reply-insert-header-p-never', with the consequence that\r
58 > replies will not have part header pseudo-buttons. This more closely\r
59 > matches the behaviour before the recent changes to the reply code.\r
60 > ---\r
61 >  emacs/notmuch-mua.el | 2 +-\r
62 >  1 file changed, 1 insertion(+), 1 deletion(-)\r
63 >\r
64 > diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el\r
65 > index fcb3e95..773a000 100644\r
66 > --- a/emacs/notmuch-mua.el\r
67 > +++ b/emacs/notmuch-mua.el\r
68 > @@ -94,7 +94,7 @@ Note that these functions use `mail-citation-hook' if that is non-nil."\r
69 >    :group 'notmuch-reply)\r
70 >  \r
71 >  (defcustom notmuch-mua-reply-insert-header-p-function\r
72 > -  'notmuch-show-reply-insert-header-p-trimmed\r
73 > +  'notmuch-show-reply-insert-header-p-never\r
74 >    "Function to decide which parts get a header when replying.\r
75 \r
76 LGTM. \r
77 \r
78 For test robustness, the related change in output of \r
79 git show d27d90875dfb1 (<dme@dme.org>, Sat Feb 20 2016):\r
80 \r
81 +;; For historical reasonse we don't print part headers when replying\r
82 +;; in the tests suite\r
83 +(setq notmuch-mua-reply-insert-header-p-function\r
84 'notmuch-show-reply-insert-header-p-never)\r
85 \r
86 could also be reverted.\r
87 \r
88 (another thing that would be so cool: \r
89     #'notmuch-show-reply-insert-header-p-never\r
90 but perhaps such a thing is to be done in separate patch "globally")\r
91 \r
92 \r
93 Tomi\r