Re: [PATCH v4 13/16] add indexopts to notmuch python bindings.
[notmuch-archives.git] / 15 / 9b212223537f8317dac13515d5c51e2c3e8d7b
1 Return-Path: <jan@ryngle.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 7AD9C431FBF\r
6         for <notmuch@notmuchmail.org>; Sat, 21 Nov 2009 15:06:02 -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 0MnOfjBW5UkP for <notmuch@notmuchmail.org>;\r
11         Sat, 21 Nov 2009 15:06:00 -0800 (PST)\r
12 Received: from mail-bw0-f224.google.com (mail-bw0-f224.google.com\r
13         [209.85.218.224])\r
14         by olra.theworths.org (Postfix) with ESMTP id 3A396431FBC\r
15         for <notmuch@notmuchmail.org>; Sat, 21 Nov 2009 15:06:00 -0800 (PST)\r
16 Received: by bwz24 with SMTP id 24so3162173bwz.30\r
17         for <notmuch@notmuchmail.org>; Sat, 21 Nov 2009 15:05:59 -0800 (PST)\r
18 MIME-Version: 1.0\r
19 Received: by 10.204.34.70 with SMTP id k6mr2972042bkd.178.1258844759145; Sat, \r
20         21 Nov 2009 15:05:59 -0800 (PST)\r
21 In-Reply-To: <87aayf4t0p.fsf@yoom.home.cworth.org>\r
22 References: <1258520223-15328-1-git-send-email-jan@ryngle.com>\r
23         <87aayf4t0p.fsf@yoom.home.cworth.org>\r
24 Date: Sun, 22 Nov 2009 00:05:59 +0100\r
25 Message-ID: <f35dbb950911211505k6fc41388gbbdef68349b7108a@mail.gmail.com>\r
26 From: Jan Janak <jan@ryngle.com>\r
27 To: Carl Worth <cworth@cworth.org>\r
28 Content-Type: text/plain; charset=UTF-8\r
29 Cc: notmuch@notmuchmail.org\r
30 Subject: Re: [notmuch] [PATCH] notmuch new: Support for conversion of spool\r
31         subdirectories into tags\r
32 X-BeenThere: notmuch@notmuchmail.org\r
33 X-Mailman-Version: 2.1.12\r
34 Precedence: list\r
35 List-Id: "Use and development of the notmuch mail system."\r
36         <notmuch.notmuchmail.org>\r
37 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
38         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
39 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
40 List-Post: <mailto:notmuch@notmuchmail.org>\r
41 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
42 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
44 X-List-Received-Date: Sat, 21 Nov 2009 23:06:02 -0000\r
45 \r
46 On Sat, Nov 21, 2009 at 7:44 PM, Carl Worth <cworth@cworth.org> wrote:\r
47 > On Wed, 18 Nov 2009 05:57:03 +0100, Jan Janak <jan@ryngle.com> wrote:\r
48 >> This patch makes it possible to convert subdirectory names inside the\r
49 >> spool directory into message tags. Messages stored in subdirectory\r
50 >> "foo" will be marked with tag "foo". Message duplicates found in several\r
51 >> subdirectories will be given one tag per subdirectory.\r
52 >\r
53 > Hi Jan,\r
54 >\r
55 > I just pushed out a patch from Aneesh for similar functionality, but\r
56 > with a simpler implementation.\r
57 >\r
58 > One thing that patch loses is the addition of multiple tags when a\r
59 > message appears in multiple directories. Would you like to code up that\r
60 > feature on top of the current code?\r
61 \r
62 Looking at the commit log history, I noticed that you reverted the\r
63 commit, so I guess this question is no more relevant.\r
64 \r
65 By the way, although I provided a similar patch some time ago, I agree\r
66 that it is better not to have this hard-wired in 'notmuch-new'. It\r
67 helped me with the initial import, but since then I have been trying\r
68 to get it working with a script run after 'notmuch-new'.\r
69 \r
70    -- Jan\r