Re: [PATCH v4 04/16] Provide _notmuch_crypto_{set,get}_gpg_path
[notmuch-archives.git] / c7 / be6e8c1ccc45f86430d684e2759c128354da20
1 Return-Path: <cworth@cworth.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 71293431FBC;\r
6         Mon, 23 Nov 2009 18:34:01 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id BJBI3tTMvoWh; Mon, 23 Nov 2009 18:34:01 -0800 (PST)\r
11 Received: from cworth.org (localhost [127.0.0.1])\r
12         by olra.theworths.org (Postfix) with ESMTP id 2455C431FAE;\r
13         Mon, 23 Nov 2009 18:33:58 -0800 (PST)\r
14 From: Carl Worth <cworth@cworth.org>\r
15 To: Jed Brown <jed@59A2.org>, notmuch@notmuchmail.org\r
16 In-Reply-To: <1259009853-1634-1-git-send-email-jed@59A2.org>\r
17 References: <1259009853-1634-1-git-send-email-jed@59A2.org>\r
18 Date: Mon, 23 Nov 2009 18:33:44 -0800\r
19 Message-ID: <87my2c648n.fsf@yoom.home.cworth.org>\r
20 MIME-Version: 1.0\r
21 Content-Type: text/plain; charset=us-ascii\r
22 Subject: Re: [notmuch] [PATCH] Stay out of tmp to respect the Maildir spec.\r
23 X-BeenThere: notmuch@notmuchmail.org\r
24 X-Mailman-Version: 2.1.12\r
25 Precedence: list\r
26 List-Id: "Use and development of the notmuch mail system."\r
27         <notmuch.notmuchmail.org>\r
28 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
29         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
30 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
31 List-Post: <mailto:notmuch@notmuchmail.org>\r
32 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
33 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
34         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
35 X-List-Received-Date: Tue, 24 Nov 2009 02:34:01 -0000\r
36 \r
37 On Mon, 23 Nov 2009 21:57:33 +0100, Jed Brown <jed@59A2.org> wrote:\r
38 >       if (strcmp (entry->d_name, ".") == 0 ||\r
39 >           strcmp (entry->d_name, "..") == 0 ||\r
40 > +         strcmp (entry->d_name, "tmp") == 0 ||\r
41 >           strcmp (entry->d_name, ".notmuch") ==0)\r
42 \r
43 Thanks, Jed!\r
44 \r
45 I've pushed this now.\r
46 \r
47 And sorry about any "file not found" errors anybody is stuck with\r
48 now. We'll need to add support for cleaning those up soon, (which is the\r
49 same as supporting deleted mail).\r
50 \r
51 -Carl\r