Re: [PATCH v4 09/16] index encrypted parts when asked.
[notmuch-archives.git] / 5e / 8dee54d7f0a6380350591b9802ea9af3f1f303
1 Return-Path: <matt@arkanian.console-pimps.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 A15744196F0\r
6         for <notmuch@notmuchmail.org>; Wed,  9 Jun 2010 11:59:08 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.001\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.001 tagged_above=-999 required=5\r
12         tests=[BAYES_40=-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 ZHhO1oftQ9R9 for <notmuch@notmuchmail.org>;\r
16         Wed,  9 Jun 2010 11:58:58 -0700 (PDT)\r
17 X-Greylist: delayed 371 seconds by postgrey-1.32 at olra;\r
18         Wed, 09 Jun 2010 11:58:57 PDT\r
19 Received: from arkanian.console-pimps.org (arkanian.console-pimps.org\r
20         [212.110.184.194])\r
21         by olra.theworths.org (Postfix) with ESMTP id F3DBB431FC1\r
22         for <notmuch@notmuchmail.org>; Wed,  9 Jun 2010 11:58:57 -0700 (PDT)\r
23 Received: from localhost (cpc5-brad6-0-0-cust25.barn.cable.virginmedia.com\r
24         [82.38.64.26])\r
25         by arkanian.console-pimps.org (Postfix) with ESMTPSA id 6FC2148001;\r
26         Wed,  9 Jun 2010 19:52:42 +0100 (BST)\r
27 From: Matt Fleming <matt@console-pimps.org>\r
28 To: Michal Sojka <sojkam1@fel.cvut.cz>, notmuch@notmuchmail.org\r
29 Subject: Re: [PATCH 0/4] Maildir synchronization\r
30 In-Reply-To: <1273580061-22580-1-git-send-email-sojkam1@fel.cvut.cz>\r
31 References: <1273580061-22580-1-git-send-email-sojkam1@fel.cvut.cz>\r
32 User-Agent: Notmuch/0.3.1-61-g3f63bb6 (http://notmuchmail.org) Emacs/23.1.90.2\r
33         (x86_64-unknown-linux-gnu)\r
34 Date: Wed, 09 Jun 2010 19:52:42 +0100\r
35 Message-ID: <87d3w082dh.fsf@linux-g6p1.site>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain; charset=us-ascii\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.13\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42         <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Wed, 09 Jun 2010 18:59:08 -0000\r
51 \r
52 On Tue, 11 May 2010 14:14:17 +0200, Michal Sojka <sojkam1@fel.cvut.cz> wrote:\r
53 > Hi,\r
54\r
55 > these patches implement synchronization between maildir flags and\r
56 > notmuch tags. The synchronization can be configured to not happen at\r
57 > all (default), to set/unset tags when importing new (or new and\r
58 > renamed) messages and to happen in both directions - set/unset tags\r
59 > during importing and change maildir flags during tagging.\r
60 \r
61 I finally got around to testing these patches and I think they're great!\r
62 It would be fantastic if these could be merged into the main notmuch\r
63 tree.\r
64 \r
65 FWIW, I've been using some elisp to emulate the behaviour of these\r
66 patches ever since I started using notmuch - it's a necessity for my\r
67 workflow. Your patches provide a much more complete solution than the\r
68 bit of elisp I hacked up so I'll be using these from now on.\r