[PATCH v2 14/14] cli/reply: only pass gmime message to add recipients to reply message
[notmuch-archives.git] / c3 / e7660d4387de62e0b11d615c378c52d93b7095
1 Return-Path: <stewart@flamingspork.com>\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 E083E431FBC\r
6         for <notmuch@notmuchmail.org>; Mon, 22 Feb 2010 22:15:47 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.725\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.725 tagged_above=-999 required=5\r
12         tests=[AWL=-0.726, BAYES_50=0.001] 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 c6R4OScWsmG8 for <notmuch@notmuchmail.org>;\r
16         Mon, 22 Feb 2010 22:15:47 -0800 (PST)\r
17 Received: from kaylee.flamingspork.com (kaylee.flamingspork.com\r
18         [74.207.245.61])\r
19         by olra.theworths.org (Postfix) with ESMTP id 4CDF0431FAE\r
20         for <notmuch@notmuchmail.org>; Mon, 22 Feb 2010 22:15:47 -0800 (PST)\r
21 Received: from willster (localhost [127.0.0.1])\r
22         by kaylee.flamingspork.com (Postfix) with ESMTPS id EABCF6393;\r
23         Tue, 23 Feb 2010 06:12:27 +0000 (UTC)\r
24 Received: from flamingspork.com (localhost.localdomain [127.0.0.1])\r
25         by willster (Postfix) with ESMTPS id B8B0E1115838;\r
26         Tue, 23 Feb 2010 17:15:43 +1100 (EST)\r
27 Date: Tue, 23 Feb 2010 17:15:42 +1100\r
28 From: Stewart Smith <stewart@flamingspork.com>\r
29 To: Bart Massey <bart@po8.org>\r
30 Message-ID: <20100223061542.GR17878@flamingspork.com>\r
31 References: <E1NjeZ1-0001qw-HZ@po8.org>\r
32 MIME-Version: 1.0\r
33 Content-Type: text/plain; charset=us-ascii\r
34 Content-Disposition: inline\r
35 In-Reply-To: <E1NjeZ1-0001qw-HZ@po8.org>\r
36 User-Agent: Mutt/1.5.20 (2009-06-14)\r
37 Cc: Notmuch Mail <notmuch@notmuchmail.org>\r
38 Subject: Re: [notmuch] [PATCH] Added mail directory filename pattern support.\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Tue, 23 Feb 2010 06:15:48 -0000\r
52 \r
53 On Mon, Feb 22, 2010 at 12:07:31PM -0800, Bart Massey wrote:\r
54 > Typically, the filenames in a mail directory that actually\r
55 > contain mail obey some specific format.  For example, in my\r
56 > MH email directory, all mail filenames consist only of\r
57 > digits.\r
58\r
59 > This patch adds support for a config file variable\r
60 > "filename_pattern" which maybe set to a regex used to filter\r
61 > only valid mail filenames when scanning.  Effective use of\r
62 > filename_pattern cuts down on the noise from notmuch, and\r
63 > may speed it up in some cases.\r
64 \r
65 What about the other way around?\r
66 \r
67 e.g. if anybody has ever pointed Evolution at a Maildir, you get a\r
68 bunch of Maildir-name.ev-summary and .ev-summary-meta and .ibex.index\r
69 and whatever.\r
70 \r
71 A default list of ignored patterns would be pretty easy to come up with. \r
72 \r
73 -- \r
74 Stewart Smith\r