[notmuch] [PATCH] Fix typo in notmuch.h documentation regarding database open modes
authorMichael Forney <michael@obberon.com>
Fri, 26 Mar 2010 18:39:17 +0000 (18:39 +0000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:36:26 +0000 (09:36 -0800)
47/4d239d6771545b50c85855fffc1c481427056c [new file with mode: 0644]

diff --git a/47/4d239d6771545b50c85855fffc1c481427056c b/47/4d239d6771545b50c85855fffc1c481427056c
new file mode 100644 (file)
index 0000000..0c648a0
--- /dev/null
@@ -0,0 +1,64 @@
+Return-Path: <mforney@mail.mforney.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 E668C4196F3\r
+       for <notmuch@notmuchmail.org>; Fri, 26 Mar 2010 11:46:02 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.801\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.801 tagged_above=-999 required=5\r
+       tests=[BAYES_50=0.8, NO_DNS_FOR_FROM=0.001] autolearn=no\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 R9ch-GOJB7-Q for <notmuch@notmuchmail.org>;\r
+       Fri, 26 Mar 2010 11:46:01 -0700 (PDT)\r
+X-Greylist: delayed 369 seconds by postgrey-1.32 at olra;\r
+       Fri, 26 Mar 2010 11:46:01 PDT\r
+Received: from mail.mforney.org (mforney.xen.prgmr.com [65.49.73.30])\r
+       by olra.theworths.org (Postfix) with ESMTP id 4885F4196F2\r
+       for <notmuch@notmuchmail.org>; Fri, 26 Mar 2010 11:46:01 -0700 (PDT)\r
+Received: by mail.mforney.org (Postfix, from userid 1000)\r
+       id 23A423823B; Fri, 26 Mar 2010 18:39:17 +0000 (UTC)\r
+From: Michael Forney <michael@obberon.com>\r
+To: notmuch@notmuchmail.org\r
+Date: Fri, 26 Mar 2010 18:39:17 +0000\r
+Message-Id: <1269628757-24857-1-git-send-email-michael@obberon.com>\r
+X-Mailer: git-send-email 1.7.0.3\r
+Subject: [notmuch] [PATCH] Fix typo in notmuch.h documentation regarding\r
+       database open modes\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: Fri, 26 Mar 2010 18:46:03 -0000\r
+\r
+---\r
+ lib/notmuch.h |    2 +-\r
+ 1 files changed, 1 insertions(+), 1 deletions(-)\r
+\r
+diff --git a/lib/notmuch.h b/lib/notmuch.h\r
+index 0d9cb0f..2bc03f4 100644\r
+--- a/lib/notmuch.h\r
++++ b/lib/notmuch.h\r
+@@ -156,7 +156,7 @@ typedef enum {\r
+  * (not necessarily by this process), by calling\r
+  * notmuch_database_create with 'path'. By default the database should be\r
+  * opened for reading only. In order to write to the database you need to\r
+- * pass the NOTMUCH_DATABASE_MODE_WRITABLE mode.\r
++ * pass the NOTMUCH_DATABASE_MODE_READ_WRITE mode.\r
+  *\r
+  * An existing notmuch database can be identified by the presence of a\r
+  * directory named ".notmuch" below 'path'.\r
+-- \r
+1.7.0.3\r
+\r