[PATCH v2 06/14] cli/reply: make references header creation easier to follow
[notmuch-archives.git] / 42 / e6e4180fbaa9eaf7ce99653b4265a35b0340c9
1 Return-Path: <tomi.ollila@nixu.com>\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 4F64F429E26\r
6         for <notmuch@notmuchmail.org>; Wed, 30 Nov 2011 00:10:51 -0800 (PST)\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 0VuqKY7iFohF for <notmuch@notmuchmail.org>;\r
16         Wed, 30 Nov 2011 00:10:48 -0800 (PST)\r
17 Received: from taco2.nixu.fi (taco2.nixu.fi [194.197.118.31])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 109DA431FB6\r
21         for <notmuch@notmuchmail.org>; Wed, 30 Nov 2011 00:10:47 -0800 (PST)\r
22 Received: from taco2.nixu.fi (taco2.nixu.fi [194.197.118.31])\r
23         by taco2.nixu.fi (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id\r
24         pAU8Ahmx016333; Wed, 30 Nov 2011 10:10:44 +0200\r
25 From: Tomi Ollila <tomi.ollila@iki.fi>\r
26 To: Chris Gray <chrismgray@gmail.com>, notmuch@notmuchmail.org\r
27 Subject: Re: [PATCH] emacs: Use notmuch-command variable in process-lines.\r
28 In-Reply-To: <87hb1m6cag.fsf@gmail.com>\r
29 References: <87hb1m6cag.fsf@gmail.com>\r
30 User-Agent: Notmuch/0.10+15~gb5803e9 (http://notmuchmail.org) Emacs/23.3.1\r
31         (i686-pc-linux-gnu)\r
32 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
33         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
34         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
35 Date: Wed, 30 Nov 2011 10:10:43 +0200\r
36 Message-ID: <yf6aa7em3ng.fsf@taco2.nixu.fi>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain; charset=us-ascii\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Wed, 30 Nov 2011 08:10:51 -0000\r
52 \r
53 On Tue, 29 Nov 2011 10:58:31 -0700, Chris Gray <chrismgray@gmail.com> wrote:\r
54 > The process-lines function calls the notmuch binary.  The location of\r
55 > the binary may have been customized by the user, so it is better to\r
56 > use the customized location rather than allowing the process-lines\r
57 > function to search the user's PATH for the binary.\r
58 \r
59 anyone who modifies notmuch-command variable may get affected by this\r
60 bug so I vote for quick inclusion.\r
61 \r
62 Tomi\r
63 \r