[PATCH 7/9] CLI: add properties to dump output
[notmuch-archives.git] / 6c / 4ab04f74437131269d43b921f03ce82bae4258
1 Return-Path: <league@contrapunctus.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 olra.theworths.org (Postfix) with ESMTP id 220EB4196F0\r
6         for <notmuch@notmuchmail.org>; Sat, 29 May 2010 13:38:49 -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.5\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.5 tagged_above=-999 required=5\r
12         tests=[BAYES_05=-0.5] autolearn=ham\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 G+lFJJDaUYJV for <notmuch@notmuchmail.org>;\r
16         Sat, 29 May 2010 13:38:38 -0700 (PDT)\r
17 Received: from contrapunctus.net (contrapunctus.net [207.210.219.173])\r
18         by olra.theworths.org (Postfix) with ESMTP id CB752431FC1\r
19         for <notmuch@notmuchmail.org>; Sat, 29 May 2010 13:38:38 -0700 (PDT)\r
20 Received: by contrapunctus.net (Postfix, from userid 1000)\r
21         id 7914A81B4; Sat, 29 May 2010 16:38:36 -0400 (EDT)\r
22 From: Christopher League <league@contrapunctus.net>\r
23 To: notmuch@notmuchmail.org\r
24 Subject: Re: [PATCH] quoting message-IDs for the shell\r
25 In-Reply-To: <alpine.DEB.1.10.1005291354320.29237@dr-wily.mit.edu>\r
26 References: <87bpbztwcy.fsf@contrapunctus.net>\r
27         <alpine.DEB.1.10.1005291354320.29237@dr-wily.mit.edu>\r
28 User-Agent: Notmuch/0.3.1-17-gc50524e (http://notmuchmail.org) Emacs/23.1.1\r
29         (i486-pc-linux-gnu)\r
30 Date: Sat, 29 May 2010 16:38:36 -0400\r
31 Message-ID: <87typq5tpv.fsf@contrapunctus.net>\r
32 MIME-Version: 1.0\r
33 Content-Type: text/plain; charset=us-ascii\r
34 X-BeenThere: notmuch@notmuchmail.org\r
35 X-Mailman-Version: 2.1.13\r
36 Precedence: list\r
37 List-Id: "Use and development of the notmuch mail system."\r
38         <notmuch.notmuchmail.org>\r
39 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
40         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
41 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
42 List-Post: <mailto:notmuch@notmuchmail.org>\r
43 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
44 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
46 X-List-Received-Date: Sat, 29 May 2010 20:38:49 -0000\r
47 \r
48 On Sat, 29 May 2010 14:01:49 -0400 (EDT), David A Benjamin wrote:\r
49 > Hrm. Are you sure? notmuch-call-notmuch-process is implemented using \r
50 > call-process, which doesn't seem to invoke the shell.\r
51 \r
52 Ah, got it.. I found the discrepancy then. The symptoms I described\r
53 happened while running through the notmuch remote wrapper script from\r
54 the wiki, so the $ and ! symbols in Message IDs are getting interpreted\r
55 by that shell.\r
56 \r
57 Thanks.\r
58 Chris\r