Re: [notmuch] update on delete/rename support
authorDavid Bremner <bremner@unb.ca>
Sat, 26 Dec 2009 20:15:04 +0000 (16:15 +2000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:35:56 +0000 (09:35 -0800)
5d/4a1fbfdba2b7373ce1999e61864c6e9f347998 [new file with mode: 0644]

diff --git a/5d/4a1fbfdba2b7373ce1999e61864c6e9f347998 b/5d/4a1fbfdba2b7373ce1999e61864c6e9f347998
new file mode 100644 (file)
index 0000000..dee44dd
--- /dev/null
@@ -0,0 +1,76 @@
+Return-Path: <bremner@pivot.cs.unb.ca>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id CECD4431FBC\r
+       for <notmuch@notmuchmail.org>; Sat, 26 Dec 2009 12:17:00 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id l0pKd724N9Y9 for <notmuch@notmuchmail.org>;\r
+       Sat, 26 Dec 2009 12:17:00 -0800 (PST)\r
+Received: from pivot.cs.unb.ca (pivot.cs.unb.ca [131.202.240.57])\r
+       by olra.theworths.org (Postfix) with ESMTP id 0A9CD431FAE\r
+       for <notmuch@notmuchmail.org>; Sat, 26 Dec 2009 12:16:59 -0800 (PST)\r
+Received: from\r
+       fctnnbsc30w-142167182194.pppoe-dynamic.high-speed.nb.bellaliant.net\r
+       ([142.167.182.194] helo=rocinante.cs.unb.ca)\r
+       by pivot.cs.unb.ca with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32)\r
+       (Exim 4.69) (envelope-from <bremner@pivot.cs.unb.ca>)\r
+       id 1NOd4J-0001OB-Vk; Sat, 26 Dec 2009 16:16:56 -0400\r
+Received: from bremner by rocinante.cs.unb.ca with local (Exim 4.71)\r
+       (envelope-from <bremner@rocinante.cs.unb.ca>)\r
+       id 1NOd2X-00005s-6F; Sat, 26 Dec 2009 16:15:05 -0400\r
+From: David Bremner <bremner@unb.ca>\r
+To: micah anderson <micah@riseup.net>, Jameson Graef Rollins\r
+       <jrollins@finestructure.net>, notmuch@notmuchmail.org\r
+In-Reply-To: <87ws094k55.fsf@lillypad.riseup.net>\r
+References: <87tyvenwdw.fsf@servo.finestructure.net>\r
+       <87ws09af52.fsf@rocinante.cs.unb.ca>\r
+       <87ws094k55.fsf@lillypad.riseup.net>\r
+Date: Sat, 26 Dec 2009 16:15:04 -0400\r
+Message-ID: <87tyvda3w7.fsf@rocinante.cs.unb.ca>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+X-Sender-Verified: bremner@pivot.cs.unb.ca\r
+Subject: Re: [notmuch] update on delete/rename support\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.12\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sat, 26 Dec 2009 20:17:01 -0000\r
+\r
+On Sat, 26 Dec 2009 14:20:38 -0500, micah anderson <micah@riseup.net> wrote:\r
+> \r
+> >You may have to wrap your "notmuch new" call in a "notmuch save",\r
+> >"notmuch restore" pair if you discover things coming back to your\r
+> >inbox\r
+> \r
+> do you mean "notmuch dump" here instead of "notmuch save"?\r
+\r
+Yes, sorry.\r
+\r
+\r
+> I'm trying to unpack what you are saying here. Are you saying that if\r
+> you are getting things coming back into your inbox, and you have not\r
+> applied your "lazy restore" patch, then you would need a script to check\r
+> your email which does:\r
+> \r
+> notmuch dump > /tmp/notmuch.dump\r
+> offlineimap \r
+> notmuch new\r
+> notmuch restore < /tmp/notmuch.dump\r
+\r
+The script is the same in both cases, but without my patch, it takes\r
+more like 10 minutes for me.\r
+\r
+d\r
+\r