Re: [PATCH] Fix typo in Message.maildir_flags_to_tags
[notmuch-archives.git] / 27 / 1d8e0d1a2801a51b5f4891ba7862f235226c64
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 024FF4196F3\r
6         for <notmuch@notmuchmail.org>; Sat, 27 Mar 2010 16:37:05 -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.001\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.001 tagged_above=-999 required=5\r
12         tests=[BAYES_40=-0.001, RCVD_IN_DNSWL_NONE=-0.0001] 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 64TjgAlrXid7 for <notmuch@notmuchmail.org>;\r
16         Sat, 27 Mar 2010 16:37:04 -0700 (PDT)\r
17 Received: from homiemail-a24.g.dreamhost.com (mailbigip.dreamhost.com\r
18         [208.97.132.5])\r
19         by olra.theworths.org (Postfix) with ESMTP id 4D9E84196F2\r
20         for <notmuch@notmuchmail.org>; Sat, 27 Mar 2010 16:37:04 -0700 (PDT)\r
21 Received: from sspaeth.de (unknown [195.190.188.219])\r
22         by homiemail-a24.g.dreamhost.com (Postfix) with ESMTPA id 54ED82C806B; \r
23         Sat, 27 Mar 2010 16:37:02 -0700 (PDT)\r
24 Received: by sspaeth.de (sSMTP sendmail emulation);\r
25         Sun, 28 Mar 2010 00:37:00 +0100\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: <1269638293-23520-1-git-send-email-sojkam1@fel.cvut.cz>\r
29 References: <1269638293-23520-1-git-send-email-sojkam1@fel.cvut.cz>\r
30 Date: Sun, 28 Mar 2010 00:37:00 +0100\r
31 Message-ID: <878w9dqqub.fsf@SSpaeth.de>\r
32 MIME-Version: 1.0\r
33 Content-Type: text/plain; charset=us-ascii\r
34 Subject: Re: [notmuch] [PATCH] Prevent data loss caused by SIGINT during\r
35  notmuch new\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.13\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40         <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Sat, 27 Mar 2010 23:37:05 -0000\r
49 \r
50 On Fri, 26 Mar 2010 22:18:13 +0100, Michal Sojka <sojkam1@fel.cvut.cz> wrote:\r
51 > When Ctrl-C is pressed in a wrong time during notmuch new, it can lead\r
52 > to removal of messages from the database even if the files were not\r
53 > removed.\r
54 \r
55 Thanks, applied in my feature-all branch.\r
56 \r
57 Sebastian\r