database error
[notmuch-archives.git] / 21 / c8590401f8741d5edd5cda7330f2f875983bec
1 Return-Path: <jani@nikula.org>\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 2F70E429E25\r
6         for <notmuch@notmuchmail.org>; Tue, 29 Nov 2011 11:15:19 -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.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 cN6wi49wY89A for <notmuch@notmuchmail.org>;\r
16         Tue, 29 Nov 2011 11:15:18 -0800 (PST)\r
17 Received: from mail-bw0-f53.google.com (mail-bw0-f53.google.com\r
18         [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 785AD431FB6\r
21         for <notmuch@notmuchmail.org>; Tue, 29 Nov 2011 11:15:18 -0800 (PST)\r
22 Received: by bkaq10 with SMTP id q10so11433953bka.26\r
23         for <notmuch@notmuchmail.org>; Tue, 29 Nov 2011 11:15:17 -0800 (PST)\r
24 Received: by 10.204.39.142 with SMTP id g14mr3856454bke.14.1322594117003;\r
25         Tue, 29 Nov 2011 11:15:17 -0800 (PST)\r
26 Received: from localhost (dsl-hkibrasgw4-fe5cdc00-23.dhcp.inet.fi.\r
27         [80.220.92.23])\r
28         by mx.google.com with ESMTPS id z7sm39044625bka.1.2011.11.29.11.15.14\r
29         (version=SSLv3 cipher=OTHER); Tue, 29 Nov 2011 11:15:15 -0800 (PST)\r
30 From: Jani Nikula <jani@nikula.org>\r
31 To: Chris Gray <chrismgray@gmail.com>, notmuch@notmuchmail.org\r
32 Subject: Re: [PATCH] emacs: Use notmuch-command variable in process-lines.\r
33 In-Reply-To: <87hb1m6cag.fsf@gmail.com>\r
34 References: <87hb1m6cag.fsf@gmail.com>\r
35 User-Agent: Notmuch/0.10+51~gef3ae74 (http://notmuchmail.org) Emacs/23.3.1\r
36         (i686-pc-linux-gnu)\r
37 Date: Tue, 29 Nov 2011 21:15:13 +0200\r
38 Message-ID: <87zkfesptq.fsf@nikula.org>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain; charset=us-ascii\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Tue, 29 Nov 2011 19:15:19 -0000\r
54 \r
55 \r
56 Good catch, looks good to me.\r
57 \r
58 BR,\r
59 Jani.\r
60 \r
61 On Tue, 29 Nov 2011 10:58:31 -0700, Chris Gray <chrismgray@gmail.com> wrote:\r
62 > The process-lines function calls the notmuch binary.  The location of\r
63 > the binary may have been customized by the user, so it is better to\r
64 > use the customized location rather than allowing the process-lines\r
65 > function to search the user's PATH for the binary.\r
66 > ---\r
67 >  emacs/notmuch.el |    2 +-\r
68 >  1 files changed, 1 insertions(+), 1 deletions(-)\r
69\r
70 > diff --git a/emacs/notmuch.el b/emacs/notmuch.el\r
71 > index f15a75b..8936149 100644\r
72 > --- a/emacs/notmuch.el\r
73 > +++ b/emacs/notmuch.el\r
74 > @@ -885,7 +885,7 @@ PROMPT is the string to prompt with."\r
75 >                     "subject:" "attachment:")\r
76 >               (mapcar (lambda (tag)\r
77 >                         (concat "tag:" tag))\r
78 > -                     (process-lines "notmuch" "search" "--output=tags" "*")))))\r
79 > +                     (process-lines notmuch-command "search" "--output=tags" "*")))))\r
80 >      (let ((keymap (copy-keymap minibuffer-local-map))\r
81 >         (minibuffer-completion-table\r
82 >          (completion-table-dynamic\r
83 > -- \r
84 > 1.7.7.3\r
85\r
86\r
87 > _______________________________________________\r
88 > notmuch mailing list\r
89 > notmuch@notmuchmail.org\r
90 > http://notmuchmail.org/mailman/listinfo/notmuch\r