Re: revision tracking patches round 4
authorDavid Bremner <david@tethera.net>
Sat, 15 Aug 2015 15:35:50 +0000 (17:35 +0200)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:49:21 +0000 (14:49 -0700)
d9/d5e91d708083fd54b6e5f2dc3dd4a19b6622eb [new file with mode: 0644]

diff --git a/d9/d5e91d708083fd54b6e5f2dc3dd4a19b6622eb b/d9/d5e91d708083fd54b6e5f2dc3dd4a19b6622eb
new file mode 100644 (file)
index 0000000..59941f5
--- /dev/null
@@ -0,0 +1,68 @@
+Return-Path: <david@tethera.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 7686F6DE17EB\r
+ for <notmuch@notmuchmail.org>; Sat, 15 Aug 2015 08:36:59 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.126\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.126 tagged_above=-999 required=5 tests=[AWL=0.126]\r
+ autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id Fjp-howS4xsc for <notmuch@notmuchmail.org>;\r
+ Sat, 15 Aug 2015 08:36:57 -0700 (PDT)\r
+Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 069536DE17D7\r
+ for <notmuch@notmuchmail.org>; Sat, 15 Aug 2015 08:36:56 -0700 (PDT)\r
+Received: from remotemail by gitolite.debian.net with local (Exim 4.80)\r
+ (envelope-from <david@tethera.net>)\r
+ id 1ZQdV1-0007a0-Am; Sat, 15 Aug 2015 15:35:59 +0000\r
+Received: (nullmailer pid 18329 invoked by uid 1000); Sat, 15 Aug 2015\r
+ 15:35:50 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Tomi Ollila <tomi.ollila@iki.fi>, notmuch@notmuchmail.org\r
+Subject: Re: revision tracking patches round 4\r
+In-Reply-To: <m24mk1t0tv.fsf@guru.guru-group.fi>\r
+Message-ID: <87oai8o9br.fsf@maritornes.cs.unb.ca>\r
+References: <1439570878-15165-1-git-send-email-david@tethera.net>\r
+ <m24mk1t0tv.fsf@guru.guru-group.fi>\r
+User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.5.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Sat, 15 Aug 2015 17:35:50 +0200\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.18\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, 15 Aug 2015 15:36:59 -0000\r
+\r
+Tomi Ollila <tomi.ollila@iki.fi> writes:\r
+\r
+>\r
+> Looked a bit to xapian documentation... it seems in case of compacting\r
+> one should do the following:\r
+>\r
+> 1) see that current database uuid is the one expected (which is stored\r
+> somewhere) \r
+> 2) compact database\r
+> 3) read new uuid and store it to "somewhere"\r
+\r
+right, I think this is basically right. It falls under the same general\r
+lazy objections in id:87si7kx27c.fsf@maritornes.cs.unb.ca; I think\r
+compact changing uuid is a short term problem.\r
+\r
+d\r
+\r
+\r