Re: [PATCH v2 06/10] cli: Introduce "notmuch address" command
[notmuch-archives.git] / d1 / 5b7b8d739183a802d4d8daf87a73fa83b13236
1 Return-Path: <Sebastian@SSpaeth.de>\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 12D394196F3\r
6         for <notmuch@notmuchmail.org>; Sat, 27 Mar 2010 18:53:13 -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 WhbKqW0ewpxs for <notmuch@notmuchmail.org>;\r
16         Sat, 27 Mar 2010 18:53:12 -0700 (PDT)\r
17 Received: from homiemail-a21.g.dreamhost.com (caiajhbdcaib.dreamhost.com\r
18         [208.97.132.81])\r
19         by olra.theworths.org (Postfix) with ESMTP id 06F124196F2\r
20         for <notmuch@notmuchmail.org>; Sat, 27 Mar 2010 18:53:12 -0700 (PDT)\r
21 Received: from sspaeth.de (unknown [195.190.188.219])\r
22         by homiemail-a21.g.dreamhost.com (Postfix) with ESMTPA id D1CC0300059; \r
23         Sat, 27 Mar 2010 18:53:09 -0700 (PDT)\r
24 Received: by sspaeth.de (sSMTP sendmail emulation);\r
25         Sun, 28 Mar 2010 03:53:07 +0200\r
26 From: "Sebastian Spaeth" <Sebastian@SSpaeth.de>\r
27 To: Michal Sojka <sojkam1@fel.cvut.cz>, notmuch@notmuchmail.org\r
28 In-Reply-To: <878w9dqqub.fsf@SSpaeth.de>\r
29 References: <1269638293-23520-1-git-send-email-sojkam1@fel.cvut.cz>\r
30         <878w9dqqub.fsf@SSpaeth.de>\r
31 Date: Sun, 28 Mar 2010 03:53:07 +0200\r
32 Message-ID: <878w9d2ovw.fsf@SSpaeth.de>\r
33 MIME-Version: 1.0\r
34 Content-Type: text/plain; charset=us-ascii\r
35 Subject: Re: [notmuch] [PATCH] Prevent data loss caused by SIGINT during\r
36  notmuch new\r
37 X-BeenThere: notmuch@notmuchmail.org\r
38 X-Mailman-Version: 2.1.13\r
39 Precedence: list\r
40 List-Id: "Use and development of the notmuch mail system."\r
41         <notmuch.notmuchmail.org>\r
42 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
44 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
45 List-Post: <mailto:notmuch@notmuchmail.org>\r
46 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
47 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
49 X-List-Received-Date: Sun, 28 Mar 2010 01:53:13 -0000\r
50 \r
51 On Sun, 28 Mar 2010 00:37:00 +0100, "Sebastian Spaeth" <Sebastian@SSpaeth.de> wrote:\r
52 > On Fri, 26 Mar 2010 22:18:13 +0100, Michal Sojka <sojkam1@fel.cvut.cz> wrote:\r
53 > > When Ctrl-C is pressed in a wrong time during notmuch new, it can lead\r
54 > > to removal of messages from the database even if the files were not\r
55 > > removed.\r
56 \r
57 CC -O2  notmuch-new.o\r
58 notmuch-new.c: In function 'add_files_recursive':\r
59 notmuch-new.c:519: error: 'add_files_state_t' has no member named 'interrupted'\r
60 make: *** [notmuch-new.o] Error 1\r
61 \r
62 I have not checked the code yet, but simply applying this patch make the\r
63 compile fail.\r
64 \r
65 Sebastian\r