--- /dev/null
+Return-Path: <bgamari.foss@gmail.com>\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 1CB8D431FDA\r
+ for <notmuch@notmuchmail.org>; Sun, 27 Oct 2013 13:30:08 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.799\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
+ tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+ FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\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 RHwMnd4rCFoX for <notmuch@notmuchmail.org>;\r
+ Sun, 27 Oct 2013 13:30:02 -0700 (PDT)\r
+Received: from mail-qe0-f52.google.com (mail-qe0-f52.google.com\r
+ [209.85.128.52]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id F2121431FDC\r
+ for <notmuch@notmuchmail.org>; Sun, 27 Oct 2013 13:30:01 -0700 (PDT)\r
+Received: by mail-qe0-f52.google.com with SMTP id w7so3550400qeb.39\r
+ for <notmuch@notmuchmail.org>; Sun, 27 Oct 2013 13:30:01 -0700 (PDT)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
+ h=from:to:subject:in-reply-to:references:user-agent:date:message-id\r
+ :mime-version:content-type;\r
+ bh=b0gg9Yy5Yi7pofeh0ZOdSuj49p6+xEtsF6X0YdPR3zc=;\r
+ b=pZw+Wn/gbTfexd96npPlACPVGw6CRt9HmL3UrAjQsN6wmfczSpKKmLEkUHykqUBJqV\r
+ dmCukO51RTFdVMx8VTVXoHwjMTjMJYFlexqFx6odERN6S4SngSnzL7aw+wQlFg6xna/G\r
+ AlZ5HYz7NpuVRmKO5mICfys7uDo0zU/lBNcf54szMPN74pCVvcOAu95OTeeBQQuyg3n9\r
+ GumeHB+un+yUb/ee84UfBjFbbwhney0MZb+QbUS1pgPOBk2WmK8i7hj+BxukXochNmO0\r
+ g9RzcGOI3rva57Vrr66igjbblNvfyvm1tRkt2ZeFphX5w/sMgecJg9YaY7c4YhCkfn6q\r
+ 7uWA==\r
+X-Received: by 10.49.76.6 with SMTP id g6mr24812443qew.41.1382905800417;\r
+ Sun, 27 Oct 2013 13:30:00 -0700 (PDT)\r
+Received: from localhost (pool-96-240-254-51.spfdma.east.verizon.net.\r
+ [96.240.254.51])\r
+ by mx.google.com with ESMTPSA id h9sm45253673qaq.9.2013.10.27.13.29.59\r
+ for <multiple recipients>\r
+ (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
+ Sun, 27 Oct 2013 13:29:59 -0700 (PDT)\r
+From: Ben Gamari <bgamari.foss@gmail.com>\r
+To: David Bremner <david@tethera.net>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH] Compact tests and error handling\r
+In-Reply-To: <87sivotdzb.fsf@zancas.localnet>\r
+References: <1381799585-16274-1-git-send-email-bgamari.foss@gmail.com>\r
+ <87sivotdzb.fsf@zancas.localnet>\r
+User-Agent: Notmuch/0.16+107~g1ef2773 (http://notmuchmail.org) Emacs/24.3.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Sun, 27 Oct 2013 16:29:58 -0400\r
+Message-ID: <87r4b6e9tl.fsf@gmail.com>\r
+MIME-Version: 1.0\r
+Content-Type: multipart/signed; boundary="=-=-=";\r
+ micalg=pgp-sha1; protocol="application/pgp-signature"\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\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: Sun, 27 Oct 2013 20:30:08 -0000\r
+\r
+--=-=-=\r
+Content-Type: text/plain\r
+\r
+David Bremner <david@tethera.net> writes:\r
+\r
+> Ben Gamari <bgamari.foss@gmail.com> writes:\r
+>\r
+>> Here are a few patches adding a test case and some more user feedback on\r
+>> rename failure during compaction.\r
+>>\r
+>\r
+> Hi Ben;\r
+>\r
+> I'd like to include this series in the next release, freezing on\r
+> Nov. 8. Will you have a chance to revise it before then?\r
+>\r
+Yes, I actually have the set sitting around waiting to be sent out. I'll\r
+take care of this right now.\r
+\r
+Cheers,\r
+\r
+- Ben\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v1.4.14 (GNU/Linux)\r
+\r
+iQEcBAEBAgAGBQJSbXfGAAoJEErkyLZmeNiDdrUIAIKm840A++ntEuQ8Jq7L8EDc\r
+GzR+bOI/LvaPmdvVtlmjLNkClo+F2x43tew091KM5yUjWrut2S5ItXb1b9O7QieF\r
+7bRGTMjuKqu3jj9cBzzBQqgScyJdujWF9jGUUtlTwnbZK42lYmaWUxBflhccteZs\r
+Ik2yGx6LuSOlS6CEbd7IbVc62HvnTkOkAy3igsC5tsBcy8Sw5NmV9PI0p1CFW6zm\r
+b9A3zv5X27FOSVUSwMlDfwpQDrWzksbDI4xZqYZ8JdG3n5DtsFbdHmiaWtVEQ415\r
+jLxe/JsjJEIJtg+WmaI4kTMU7MlEzX2t3uAsK7eYO0iYwb9RM6fWYlhjUUReHl0=\r
+=0s7d\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r