Re: [PATCH] contrib: pick: remove unnecessary funcall
[notmuch-archives.git] / 08 / 41cab8aa88440586007a984e0775bc52cc30a7
1 Return-Path: <bremner@pivot.cs.unb.ca>\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 C0F38431FBC\r
6         for <notmuch@notmuchmail.org>; Thu,  3 Dec 2009 11:27:00 -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 S4H4yAfK9cHg for <notmuch@notmuchmail.org>;\r
11         Thu,  3 Dec 2009 11:26:59 -0800 (PST)\r
12 Received: from pivot.cs.unb.ca (pivot.cs.unb.ca [131.202.240.57])\r
13         by olra.theworths.org (Postfix) with ESMTP id CC1D7431FAE\r
14         for <notmuch@notmuchmail.org>; Thu,  3 Dec 2009 11:26:59 -0800 (PST)\r
15 Received: from localhost ([127.0.0.1] helo=pivot.cs.unb.ca ident=bremner)\r
16         by pivot.cs.unb.ca with esmtp (Exim 4.69)\r
17         (envelope-from <bremner@pivot.cs.unb.ca>) id 1NGHKM-0003E8-Q0\r
18         for notmuch@notmuchmail.org; Thu, 03 Dec 2009 15:26:59 -0400\r
19 Date: Thu, 03 Dec 2009 15:26:56 -0400\r
20 Message-ID: <87my1z97un.wl%bremner@pivot.cs.unb.ca>\r
21 From: david@tethera.net\r
22 To: notmuch@notmuchmail.org\r
23 In-Reply-To: <87zl60xjl7.wl%bremner@pivot.cs.unb.ca>\r
24 References: <87zl60xjl7.wl%bremner@pivot.cs.unb.ca>\r
25 User-Agent: SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=)\r
26         APEL/10.7 Emacs/23.1.50 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)\r
27 MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka")\r
28 Content-Type: text/plain; charset=US-ASCII\r
29 X-Sender-Verified: bremner@pivot.cs.unb.ca\r
30 Subject: Re: [notmuch] hack to retag a directory\r
31 X-BeenThere: notmuch@notmuchmail.org\r
32 X-Mailman-Version: 2.1.12\r
33 Precedence: list\r
34 List-Id: "Use and development of the notmuch mail system."\r
35         <notmuch.notmuchmail.org>\r
36 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
37         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
38 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
39 List-Post: <mailto:notmuch@notmuchmail.org>\r
40 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
41 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
43 X-List-Received-Date: Thu, 03 Dec 2009 19:27:00 -0000\r
44 \r
45 At Thu, 03 Dec 2009 09:39:32 -0400,\r
46 david@tethera.net wrote:\r
47 > I think this will be obsolete pretty soon when the equivalent is\r
48 > built-in to notmuch, but in the mean time, here is a script that\r
49 > somebody might find useful: retag a whole directory (recursively). I\r
50 > don't claim it is nice in any way, but it seems usable for me, taking\r
51 > about 5 seconds to retag a directory containing 1000 messages.\r
52 \r
53 Sigh. And of course the version I posted was broken. I put a fixed version at \r
54 \r
55       http://pivot.cs.unb.ca/git/?p=notmuch-scripts.git;a=blob_plain;f=tagdir;hb=HEAD\r
56 \r
57 You might, or might not also be interested in \r
58 \r
59     http://pivot.cs.unb.ca/git/?p=notmuch-scripts.git;a=blob_plain;f=gitmuch;hb=HEAD\r
60 \r
61 which is the beginnings of how to keep tags in git (for syncing\r
62 between machines).  Right now the notmuch restore step is the\r
63 bottleneck, but Carl apparently knows how to speed 'notmuch restore'\r
64 up.\r
65 \r
66   d\r