Re: [notmuch] [PATCH] Stay out of tmp to respect the Maildir spec.
authorCarl Worth <cworth@cworth.org>
Tue, 24 Nov 2009 02:33:44 +0000 (18:33 +1600)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:35:41 +0000 (09:35 -0800)
c7/be6e8c1ccc45f86430d684e2759c128354da20 [new file with mode: 0644]

diff --git a/c7/be6e8c1ccc45f86430d684e2759c128354da20 b/c7/be6e8c1ccc45f86430d684e2759c128354da20
new file mode 100644 (file)
index 0000000..013879d
--- /dev/null
@@ -0,0 +1,51 @@
+Return-Path: <cworth@cworth.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 71293431FBC;\r
+       Mon, 23 Nov 2009 18:34:01 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id BJBI3tTMvoWh; Mon, 23 Nov 2009 18:34:01 -0800 (PST)\r
+Received: from cworth.org (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 2455C431FAE;\r
+       Mon, 23 Nov 2009 18:33:58 -0800 (PST)\r
+From: Carl Worth <cworth@cworth.org>\r
+To: Jed Brown <jed@59A2.org>, notmuch@notmuchmail.org\r
+In-Reply-To: <1259009853-1634-1-git-send-email-jed@59A2.org>\r
+References: <1259009853-1634-1-git-send-email-jed@59A2.org>\r
+Date: Mon, 23 Nov 2009 18:33:44 -0800\r
+Message-ID: <87my2c648n.fsf@yoom.home.cworth.org>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+Subject: Re: [notmuch] [PATCH] Stay out of tmp to respect the Maildir spec.\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.12\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Tue, 24 Nov 2009 02:34:01 -0000\r
+\r
+On Mon, 23 Nov 2009 21:57:33 +0100, Jed Brown <jed@59A2.org> wrote:\r
+>      if (strcmp (entry->d_name, ".") == 0 ||\r
+>          strcmp (entry->d_name, "..") == 0 ||\r
+> +        strcmp (entry->d_name, "tmp") == 0 ||\r
+>          strcmp (entry->d_name, ".notmuch") ==0)\r
+\r
+Thanks, Jed!\r
+\r
+I've pushed this now.\r
+\r
+And sorry about any "file not found" errors anybody is stuck with\r
+now. We'll need to add support for cleaning those up soon, (which is the\r
+same as supporting deleted mail).\r
+\r
+-Carl\r