[PATCH 1/2] verify during thread-breakage that messages are removed as well
[notmuch-archives.git] / 8a / 546d46024245cbdbadf951f87671791f9350ec
1 Return-Path: <david@tethera.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 arlo.cworth.org (Postfix) with ESMTP id 108396DE1962\r
6  for <notmuch@notmuchmail.org>; Fri,  3 Apr 2015 15:42:07 -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.837\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.837 tagged_above=-999 required=5 tests=[AWL=0.837]\r
12  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 hocVtdlyqxMc for <notmuch@notmuchmail.org>;\r
16  Fri,  3 Apr 2015 15:42:05 -0700 (PDT)\r
17 X-Greylist: delayed 9518 seconds by postgrey-1.35 at arlo;\r
18  Fri, 03 Apr 2015 15:42:04 PDT\r
19 Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
20  [87.98.215.224])\r
21  by arlo.cworth.org (Postfix) with ESMTPS id E9AC86DE1953\r
22  for <notmuch@notmuchmail.org>; Fri,  3 Apr 2015 15:42:04 -0700 (PDT)\r
23 Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
24  4.80) (envelope-from <david@tethera.net>)\r
25  id 1YeAGu-0002GH-Fa; Fri, 03 Apr 2015 22:41:04 +0000\r
26 Received: (nullmailer pid 28393 invoked by uid 1000); Fri, 03 Apr 2015\r
27  22:40:46 -0000\r
28 From: David Bremner <david@tethera.net>\r
29 To: Tomi Ollila <tomi.ollila@iki.fi>, notmuch@notmuchmail.org\r
30 Subject: Re: [PATCH] notmuch-emacs-mua: non-forking escape () usage with\r
31  backslash      '\' escape\r
32 In-Reply-To: <1427647054-7773-1-git-send-email-tomi.ollila@iki.fi>\r
33 References: <1427647054-7773-1-git-send-email-tomi.ollila@iki.fi>\r
34 User-Agent: Notmuch/0.19+96~g703c8f9 (http://notmuchmail.org) Emacs/24.4.1\r
35  (x86_64-pc-linux-gnu)\r
36 Date: Sat, 04 Apr 2015 07:40:46 +0900\r
37 Message-ID: <87wq1s4yz5.fsf@maritornes.cs.unb.ca>\r
38 MIME-Version: 1.0\r
39 Content-Type: text/plain\r
40 Cc: tomi.ollila@iki.fi\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.18\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: Fri, 03 Apr 2015 22:42:07 -0000\r
54 \r
55 Tomi Ollila <tomi.ollila@iki.fi> writes:\r
56 \r
57 > Use the printf -v convention to give output variable as argument\r
58 > to escape () function so no subshell needs to be executed for\r
59 > escaping input. The '-v' option to escape () is just syntactic\r
60 > sugar for better understanding.\r
61 >\r
62 \r
63 pushed,\r
64 \r
65 d\r
66 \r