[PATCH v2 0/2] Add flush/reopen methods to notmuch_database_t
authorAdrien Bustany <adrien@bustany.org>
Wed, 17 Oct 2012 21:52:20 +0000 (00:52 +0300)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:49:50 +0000 (09:49 -0800)
63/92a139d0404561229d3ef2f38bb57db0aff0f0 [new file with mode: 0644]

diff --git a/63/92a139d0404561229d3ef2f38bb57db0aff0f0 b/63/92a139d0404561229d3ef2f38bb57db0aff0f0
new file mode 100644 (file)
index 0000000..150112f
--- /dev/null
@@ -0,0 +1,48 @@
+Return-Path: <adrien@bustany.org>\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 12803431FBD\r
+       for <notmuch@notmuchmail.org>; Wed, 17 Oct 2012 14:52:38 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       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 bCouvtyV0nT6 for <notmuch@notmuchmail.org>;\r
+       Wed, 17 Oct 2012 14:52:37 -0700 (PDT)\r
+Received: from mail.bustany.org (bustany.org [176.31.244.208])\r
+       by olra.theworths.org (Postfix) with ESMTP id A9B8F431FB6\r
+       for <notmuch@notmuchmail.org>; Wed, 17 Oct 2012 14:52:37 -0700 (PDT)\r
+Received: from localhost.localdomain (91-158-5-86.elisa-laajakaista.fi\r
+       [91.158.5.86])\r
+       by mail.bustany.org (Postfix) with ESMTPSA id B745E1401ED\r
+       for <notmuch@notmuchmail.org>; Wed, 17 Oct 2012 23:56:24 +0200 (CEST)\r
+From: Adrien Bustany <adrien@bustany.org>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v2 0/2] Add flush/reopen methods to notmuch_database_t\r
+Date: Thu, 18 Oct 2012 00:52:20 +0300\r
+Message-Id: <1350510742-13447-1-git-send-email-adrien@bustany.org>\r
+X-Mailer: git-send-email 1.7.11.7\r
+In-Reply-To: <1342723401-26103-1-git-send-email-adrien@bustany.org>\r
+References: <1342723401-26103-1-git-send-email-adrien@bustany.org>\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: Wed, 17 Oct 2012 21:52:38 -0000\r
+\r
+The code of the patches in unchanged, but the formatting issues are now\r
+hopefully fixed.\r
+\r