Re: [PATCH v5 1/4] emacs: show: modify insert-part-header to save the button text
[notmuch-archives.git] / 8b / baf8690d7477026b962cd4756814d6f9f4257b
1 Return-Path: <SRS0=rGCa=IM=riseup.net=micah@srs.perfora.net>\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 0051E431FBC\r
6         for <notmuch@notmuchmail.org>; Sat, 26 Dec 2009 11:20:34 -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 6NNTKTYTbX5v for <notmuch@notmuchmail.org>;\r
11         Sat, 26 Dec 2009 11:20:33 -0800 (PST)\r
12 Received: from mout.perfora.net (mout.perfora.net [74.208.4.194])\r
13         by olra.theworths.org (Postfix) with ESMTP id 739E8431FAE\r
14         for <notmuch@notmuchmail.org>; Sat, 26 Dec 2009 11:20:33 -0800 (PST)\r
15 Received-SPF: pass (mxus1: domain of riseup.net designates 204.13.164.18 as\r
16         permitted sender) client-ip=204.13.164.18;\r
17         envelope-from=micah@riseup.net; helo=mx1.riseup.net; \r
18 Received: from mx1.riseup.net (mx1.riseup.net [204.13.164.18])\r
19         by mx.perfora.net (node=mxus1) with ESMTP (Nemesis)\r
20         id 0M1EJc-1OHgoi46Fk-00tnaQ for notmuch@notmuchmail.org;\r
21         Sat, 26 Dec 2009 14:20:33 -0500\r
22 Received: from [127.0.0.1] (localhost [127.0.0.1])\r
23         (Authenticated sender: micah@mx1.riseup.net)\r
24         with ESMTPSA id D9A2E25EA04\r
25 Received: by lillypad (Postfix, from userid 1000)\r
26         id F36242CC0F9; Sat, 26 Dec 2009 14:20:38 -0500 (EST)\r
27 From: micah anderson <micah@riseup.net>\r
28 To: David Bremner <bremner@unb.ca>, Jameson Graef Rollins\r
29         <jrollins@finestructure.net>, notmuch@notmuchmail.org\r
30 In-Reply-To: <87ws09af52.fsf@rocinante.cs.unb.ca>\r
31 References: <87tyvenwdw.fsf@servo.finestructure.net>\r
32         <87ws09af52.fsf@rocinante.cs.unb.ca>\r
33 Date: Sat, 26 Dec 2009 14:20:38 -0500\r
34 Message-ID: <87ws094k55.fsf@lillypad.riseup.net>\r
35 MIME-Version: 1.0\r
36 Content-Type: text/plain; charset=us-ascii\r
37 X-Virus-Scanned: clamav-milter 0.95.3 at mx1\r
38 X-Virus-Status: Clean\r
39 Subject: Re: [notmuch] update on delete/rename support\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.12\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Sat, 26 Dec 2009 19:20:34 -0000\r
53 \r
54 \r
55 On Sat, 26 Dec 2009 12:12:09 -0400, David Bremner <bremner@unb.ca> wrote:\r
56 \r
57 >You may have to wrap your "notmuch new" call in a "notmuch save",\r
58 >"notmuch restore" pair if you discover things coming back to your inbox.\r
59 \r
60 do you mean "notmuch dump" here instead of "notmuch save"?\r
61 \r
62 > The whole dump-maildirsync-new-restore cycle takes about 30s for me\r
63 > check mail, a bit longer if there is actually new mail.\r
64 \r
65 I'm trying to unpack what you are saying here. Are you saying that if\r
66 you are getting things coming back into your inbox, and you have not\r
67 applied your "lazy restore" patch, then you would need a script to check\r
68 your email which does:\r
69 \r
70 notmuch dump > /tmp/notmuch.dump\r
71 offlineimap \r
72 notmuch new\r
73 notmuch restore < /tmp/notmuch.dump\r
74 \r
75 micah\r