[PATCH 2/3] contrib: pick: use the new notmuch-common-keymap for pick entry
[notmuch-archives.git] / 33 / cffcfbe3549d6bf3fc016beed1a22b165f0197
1 Return-Path: <vasile@freedomboxfoundation.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 1E219431FD0\r
6         for <notmuch@notmuchmail.org>; Wed, 20 Jul 2011 12:51:58 -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: 1.313\r
10 X-Spam-Level: *\r
11 X-Spam-Status: No, score=1.313 tagged_above=-999 required=5\r
12         tests=[URI_HEX=1.313] autolearn=disabled\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 bSD2zru0birM for <notmuch@notmuchmail.org>;\r
16         Wed, 20 Jul 2011 12:51:56 -0700 (PDT)\r
17 Received: from mail.sflc.info (mail.sflc.info [216.27.154.199])\r
18         (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 6AE5C431FB6\r
21         for <notmuch@notmuchmail.org>; Wed, 20 Jul 2011 12:51:56 -0700 (PDT)\r
22 Received: from localhost (unknown [10.2.67.174])\r
23         by mail.sflc.info (Postfix) with ESMTPSA id AFADBB4C074;\r
24         Wed, 20 Jul 2011 19:51:50 +0000 (UTC)\r
25 From: James Vasile <james@hackervisions.org>\r
26 To: Jameson Graef Rollins <jrollins@finestructure.net>,\r
27         Alex Ghitza <aghitza@gmail.com>, notmuch@notmuchmail.org\r
28 Subject: Re: Undo tag operation?\r
29 In-Reply-To: <874o2g3nka.fsf@servo.factory.finestructure.net>\r
30 References:\r
31  <CAAGJhGABo5vPrfGK+694rujtmHOYCW0eKy63fqZR82SPHZnX1A@mail.gmail.com>\r
32         <874o2g3nka.fsf@servo.factory.finestructure.net>\r
33 User-Agent: Notmuch/0.5-344-g86b0fae (http://notmuchmail.org) Emacs/23.3.1\r
34         (x86_64-pc-linux-gnu)\r
35 Date: Wed, 20 Jul 2011 15:51:54 -0400\r
36 Message-ID: <87vcuwraqt.fsf@freedomboxfoundation.org>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain; charset=us-ascii\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Wed, 20 Jul 2011 19:51:58 -0000\r
52 \r
53 On Wed, 20 Jul 2011 09:48:53 -0700, Jameson Graef Rollins <jrollins@finestructure.net> wrote:\r
54 Non-text part: multipart/mixed\r
55 Non-text part: multipart/signed\r
56 > On Wed, 20 Jul 2011 16:17:37 +0200, Alex Ghitza <aghitza@gmail.com> wrote:\r
57 > > I just inadvertently removed the "todo" tag from all my "todo"-tagged\r
58 > > emails (about 60 of them going back several months, so I doubt I can\r
59 > > find them all again in my email haystack).  So I have a few questions:\r
60\r
61 > Hey, Alex.  This won't help you now, and doesn't really answer your\r
62 > questions either, but you should periodically back up your tags with the\r
63 > "dump" command.  If you had a dumpfile backup of the tags you could\r
64 > restore with "restore".  hth (for the future).\r
65 \r
66 I generally run my notmuch commands through notmuch-retry.  See\r
67 http://notmuch.198994.n3.nabble.com/PATCH-Add-shell-script-notmuch-retry-td417192.html\r
68 \r
69 That could be easily amended to log tag commands.  You could then\r
70 restore from your most recent dump and replay all the tag commands since\r
71 that dump, minus the offending command.\r
72 \r
73 Not a perfect solution, but it would work.  Maybe I'll build it if I\r
74 encounter some free time.\r