Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / 3e / 34d9f37e72a19e31475757abff006eb0d7a298
1 Return-Path: <Sebastian@SSpaeth.de>\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 9641A431FBD\r
6         for <notmuch@notmuchmail.org>; Mon, 18 Jan 2010 07:24:08 -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.866\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.866 tagged_above=-999 required=5\r
12         tests=[AWL=-0.867, 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 OgXikT2yY-Gd for <notmuch@notmuchmail.org>;\r
16         Mon, 18 Jan 2010 07:24:08 -0800 (PST)\r
17 X-Greylist: delayed 694 seconds by postgrey-1.32 at olra;\r
18         Mon, 18 Jan 2010 07:24:07 PST\r
19 Received: from homiemail-a11.g.dreamhost.com (mailbigip.dreamhost.com\r
20         [208.97.132.5])\r
21         by olra.theworths.org (Postfix) with ESMTP id EE271431FAE\r
22         for <notmuch@notmuchmail.org>; Mon, 18 Jan 2010 07:24:07 -0800 (PST)\r
23 Received: from sspaeth.de (mtec-hg-docking-2-dhcp-062.ethz.ch [82.130.121.62])\r
24         by homiemail-a11.g.dreamhost.com (Postfix) with ESMTPA id\r
25         07F6F19406D; Mon, 18 Jan 2010 07:24:05 -0800 (PST)\r
26 Received: by sspaeth.de (sSMTP sendmail emulation);\r
27         Mon, 18 Jan 2010 16:24:03 +0100\r
28 From: "Sebastian Spaeth" <Sebastian@SSpaeth.de>\r
29 To: notmuch@notmuchmail.org\r
30 In-Reply-To: <87pr57jvkz.fsf@SSpaeth.de>\r
31 References: <87pr57jvkz.fsf@SSpaeth.de>\r
32 Date: Mon, 18 Jan 2010 16:24:03 +0100\r
33 Message-ID: <87iqazwi5o.fsf@SSpaeth.de>\r
34 MIME-Version: 1.0\r
35 Content-Type: text/plain; charset=us-ascii\r
36 Subject: Re: [notmuch] Introducing notmuchsync\r
37 X-BeenThere: notmuch@notmuchmail.org\r
38 X-Mailman-Version: 2.1.13\r
39 Precedence: list\r
40 List-Id: "Use and development of the notmuch mail system."\r
41         <notmuch.notmuchmail.org>\r
42 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
44 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
45 List-Post: <mailto:notmuch@notmuchmail.org>\r
46 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
47 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
49 X-List-Received-Date: Mon, 18 Jan 2010 15:24:08 -0000\r
50 \r
51 On Mon, 18 Jan 2010 16:12:28 +0100, "Sebastian Spaeth" <Sebastian@SSpaeth.de> wrote:\r
52 DOH, I should actually have finished the Workflow section before sending\r
53 it off :-):\r
54 \r
55 Workflow\r
56 ========\r
57 1a) start out with notmuchsync -r in order to initialize the notmuch tag\r
58 database based on maildir 'S' flags. This is probably what everyone but\r
59 Carl Worth wants. :-) If the "--all" command works for you, even better,\r
60 but I doubt it as it would store all your mails in RAM. I'll need to\r
61 work on some chunking for this.\r
62 1b) start out with nnotmuchsync -s if your notmuch tags are\r
63 authoritative and it will modify your Maildir flags accordingly.\r
64 \r
65 After that a periodic:\r
66 2) "notmuchsync -s" syncs tags to flags (Currently 'S' only)\r
67 3) "notmuchsync -p" purges mail files with "delete" flags\r