[PATCH] NEWS: describe 'batch-tag' dump/restore/tag
[notmuch-archives.git] / 26 / 668277eff9ec92bedcc62bbf59363ac2ed9818
1 Return-Path: <xma@gnu.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 16FA8431FD0\r
6         for <notmuch@notmuchmail.org>; Wed, 28 Dec 2011 14:30:03 -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: 1.463\r
10 X-Spam-Level: *\r
11 X-Spam-Status: No, score=1.463 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, RDNS_DYNAMIC=0.363, TO_NO_BRKTS_DYNIP=1]\r
13         autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id UERFpvsDpVI6 for <notmuch@notmuchmail.org>;\r
17         Wed, 28 Dec 2011 14:30:02 -0800 (PST)\r
18 Received: from xhlj.maillard.im (cha51-3-88-164-105-66.fbx.proxad.net\r
19         [88.164.105.66])\r
20         by olra.theworths.org (Postfix) with ESMTP id 68408431FB6\r
21         for <notmuch@notmuchmail.org>; Wed, 28 Dec 2011 14:30:02 -0800 (PST)\r
22 Received: from xhlj.maillard.im (xhlj.maillard.im [127.0.0.1])\r
23         by xhlj.maillard.im (Postfix) with ESMTP id 6EF232C056\r
24         for <notmuch@notmuchmail.org>; Wed, 28 Dec 2011 23:30:00 +0100 (CET)\r
25 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=maillard.im; h=from:to\r
26         :subject:reply-to:date:message-id:mime-version:content-type; s=\r
27         postfix; bh=72pPlbQA+gSeXjmFRHj1wdalG4k=; b=aH3Lj4YnON2o4n9sMHTj\r
28         yqpuRp6qFz7r1TfyF3+3vTu7ucIJjtEY1wZn0hLxHb7GD2bOpcpeNqVxVVk2DOr7\r
29         4aY8zt9ID/KtbiagWRLZwmn0UXUxP+M/bbZeSXdazrAxoU7eZxWQxfLoHLYP3TnG\r
30         L/qf1YMfjQBzegBwLr1ztH8=\r
31 Received: from maillard.im (cha51-3-88-164-105-66.fbx.proxad.net\r
32         [88.164.105.66])\r
33         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
34         (No client certificate requested)\r
35         by xhlj.maillard.im (Postfix) with ESMTPSA\r
36         for <notmuch@notmuchmail.org>; Wed, 28 Dec 2011 23:30:00 +0100 (CET)\r
37 From: Xavier Maillard <xma@gnu.org>\r
38 To: notmuch@notmuchmail.org\r
39 Subject: Tagging strategy and latest notmuch\r
40 User-Agent: Notmuch/0.10.1 (http://notmuchmail.org) Emacs/23.2.1\r
41         (i486-slackware-linux-gnu)\r
42 Date: Wed, 28 Dec 2011 23:46:55 +0100\r
43 Message-ID: <m2lipwb9gg.fsf@kcals.intra.maillard.im>\r
44 MIME-Version: 1.0\r
45 Content-Type: text/plain; charset=us-ascii\r
46 X-BeenThere: notmuch@notmuchmail.org\r
47 X-Mailman-Version: 2.1.13\r
48 Precedence: list\r
49 Reply-To: Xavier Maillard <xma@gnu.org>\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Wed, 28 Dec 2011 22:30:03 -0000\r
60 \r
61 Hi,\r
62 \r
63 my mail workflow is pretty /basic/ and /raw/. Here it is:\r
64 \r
65 1a. notmuch new (for consistency sake)\r
66 1b. notmuchsync syncs from notmuch tags to my maildir flags (actually, it is to\r
67 prune is:delete tagged messages)\r
68 2. offlineimap syncs with my imap server\r
69 3. notmuch new incorporate new messages into the database\r
70 4. notmuchsync syncs from my maildirs flags to notmuch\r
71 5. (at last) a shell-script is testing/tagging all my messages corpus\r
72 \r
73 This is a solution I am using for months but I am pretty sure it is not\r
74 adapted with latest notmuch. Sadly I could not follow the recent feature\r
75 additions (and reading through NEWS file or the wiki is not really\r
76 helping).\r
77 \r
78 So what I am looking for is a "modern" solution to replace my current\r
79 strategy not really /scalable/ -i.e incorporating new mails is really\r
80 getting slower each day- and most importantly I really need to reduce\r
81 time taken to tag new material. Currently, my tagging script processes\r
82 all my notmuch database even if only new mails are really tagged, it has\r
83 to test each message to sort out what messages need tags; tagging only\r
84 new mail would be really awesome.\r
85 \r
86 By the way, I am using 0.10.x.\r
87 \r
88 Thank you\r
89 \r
90 /Xavier\r