Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / 95 / c7b801ebf4f9a0cfab7c233d5b5e77f737718c
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 olra.theworths.org (Postfix) with ESMTP id 883A8431FAF\r
6         for <notmuch@notmuchmail.org>; Mon,  2 Jun 2014 05:55:56 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id tFCZNbwZ66Om for <notmuch@notmuchmail.org>;\r
16         Mon,  2 Jun 2014 05:55:48 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18         by olra.theworths.org (Postfix) with ESMTP id 7ED85431FAE\r
19         for <notmuch@notmuchmail.org>; Mon,  2 Jun 2014 05:55:48 -0700 (PDT)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21         by guru.guru-group.fi (Postfix) with ESMTP id B876110005E;\r
22         Mon,  2 Jun 2014 15:55:31 +0300 (EEST)\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: Forwarded messages should not have modified\r
26         buffers\r
27 In-Reply-To: <cunzjhv1wa5.fsf@gargravarr.hh.sledj.net>\r
28 References: <cunzjhv1wa5.fsf@gargravarr.hh.sledj.net>\r
29 User-Agent: Notmuch/0.18+28~gcecaba1 (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: Mon, 02 Jun 2014 15:55:31 +0300\r
35 Message-ID: <m2ioojo4ho.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.13\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: <http://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: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Mon, 02 Jun 2014 12:55:56 -0000\r
51 \r
52 On Mon, Jun 02 2014, David Edmondson <dme@dme.org> wrote:\r
53 \r
54 > When the user begins forwarding a message, the resulting composition\r
55 > buffer should not be marked as modified, in order that it can\r
56 > immediately be killed without prompting.\r
57 > ---\r
58 \r
59 LGTM.\r
60 \r
61 Tomi\r
62 \r
63 \r
64 >  emacs/notmuch-mua.el | 3 ++-\r
65 >  1 file changed, 2 insertions(+), 1 deletion(-)\r
66 >\r
67 > diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el\r
68 > index 95e4a4d..2c58886 100644\r
69 > --- a/emacs/notmuch-mua.el\r
70 > +++ b/emacs/notmuch-mua.el\r
71 > @@ -346,7 +346,8 @@ the From: address first."\r
72 >      (message-forward-make-body cur)\r
73 >      ;; `message-forward-make-body' shows the User-agent header.  Hide\r
74 >      ;; it again.\r
75 > -    (message-hide-headers)))\r
76 > +    (message-hide-headers)\r
77 > +    (set-buffer-modified-p nil)))\r
78 >  \r
79 >  (defun notmuch-mua-new-reply (query-string &optional prompt-for-sender reply-all)\r
80 >    "Compose a reply to the message identified by QUERY-STRING.\r
81 > -- \r
82 > 2.0.0.rc2\r
83 >\r
84 > _______________________________________________\r
85 > notmuch mailing list\r
86 > notmuch@notmuchmail.org\r
87 > http://notmuchmail.org/mailman/listinfo/notmuch\r