Re: [PATCH] Skip dot files in `notmuch new`
authorTom Prince <tom.prince@ualberta.net>
Fri, 2 Sep 2011 00:52:48 +0000 (20:52 +2000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:39:20 +0000 (09:39 -0800)
65/362c80f335288e41e9d4e457bf5789734479e8 [new file with mode: 0644]

diff --git a/65/362c80f335288e41e9d4e457bf5789734479e8 b/65/362c80f335288e41e9d4e457bf5789734479e8
new file mode 100644 (file)
index 0000000..efa6442
--- /dev/null
@@ -0,0 +1,57 @@
+Return-Path: <tom.prince@ualberta.net>\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 73404429E26\r
+       for <notmuch@notmuchmail.org>; Thu,  1 Sep 2011 17:52:52 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\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 bpZYrzFrVk9A for <notmuch@notmuchmail.org>;\r
+       Thu,  1 Sep 2011 17:52:52 -0700 (PDT)\r
+Received: from socrates.hocat.ca (socrates.hocat.ca [76.10.188.53])\r
+       by olra.theworths.org (Postfix) with ESMTP id ECA37431FD0\r
+       for <notmuch@notmuchmail.org>; Thu,  1 Sep 2011 17:52:51 -0700 (PDT)\r
+Received: from hermes.hocat.ca (hermes.hocat.ca [69.165.170.253])\r
+       by socrates.hocat.ca (Postfix) with SMTP id 35B8F2965;\r
+       Thu,  1 Sep 2011 18:52:49 -0600 (MDT)\r
+Received: (nullmailer pid 13246 invoked by uid 1000);\r
+       Fri, 02 Sep 2011 00:52:48 -0000\r
+From: Tom Prince <tom.prince@ualberta.net>\r
+To: James Vasile <james@hackervisions.org>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH] Skip dot files in `notmuch new`\r
+In-Reply-To: <8762lnwtva.fsf@hackervisions.org>\r
+References: <8762lnwtva.fsf@hackervisions.org>\r
+User-Agent: Notmuch/0.7 (http://notmuchmail.org) Emacs/23.3.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Thu, 01 Sep 2011 20:52:48 -0400\r
+Message-ID: <8739gfahpb.fsf@hermes.hocat.ca>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\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: Fri, 02 Sep 2011 00:52:52 -0000\r
+\r
+On Tue, 23 Aug 2011 20:11:53 -0400, James Vasile <james@hackervisions.org> wrote:\r
+> No known mail client or fetch tool stores mail in dot files, because\r
+> files that start with '.' are usually used to store metadata\r
+> (i.e. state or configuration) as opposed to subject-matter data.\r
+\r
+Dovecot stores folders in directories starting with . though.\r
+\r
+  Tom\r