[notmuch] [PATCH] Fix typo in notmuch.h documentation regarding database open modes
[notmuch-archives.git] / 47 / 4d239d6771545b50c85855fffc1c481427056c
1 Return-Path: <mforney@mail.mforney.org>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id E668C4196F3\r
6         for <notmuch@notmuchmail.org>; Fri, 26 Mar 2010 11:46:02 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.801\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.801 tagged_above=-999 required=5\r
12         tests=[BAYES_50=0.8, NO_DNS_FOR_FROM=0.001] autolearn=no\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id R9ch-GOJB7-Q for <notmuch@notmuchmail.org>;\r
16         Fri, 26 Mar 2010 11:46:01 -0700 (PDT)\r
17 X-Greylist: delayed 369 seconds by postgrey-1.32 at olra;\r
18         Fri, 26 Mar 2010 11:46:01 PDT\r
19 Received: from mail.mforney.org (mforney.xen.prgmr.com [65.49.73.30])\r
20         by olra.theworths.org (Postfix) with ESMTP id 4885F4196F2\r
21         for <notmuch@notmuchmail.org>; Fri, 26 Mar 2010 11:46:01 -0700 (PDT)\r
22 Received: by mail.mforney.org (Postfix, from userid 1000)\r
23         id 23A423823B; Fri, 26 Mar 2010 18:39:17 +0000 (UTC)\r
24 From: Michael Forney <michael@obberon.com>\r
25 To: notmuch@notmuchmail.org\r
26 Date: Fri, 26 Mar 2010 18:39:17 +0000\r
27 Message-Id: <1269628757-24857-1-git-send-email-michael@obberon.com>\r
28 X-Mailer: git-send-email 1.7.0.3\r
29 Subject: [notmuch] [PATCH] Fix typo in notmuch.h documentation regarding\r
30         database open modes\r
31 X-BeenThere: notmuch@notmuchmail.org\r
32 X-Mailman-Version: 2.1.13\r
33 Precedence: list\r
34 List-Id: "Use and development of the notmuch mail system."\r
35         <notmuch.notmuchmail.org>\r
36 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
37         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
38 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
39 List-Post: <mailto:notmuch@notmuchmail.org>\r
40 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
41 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
43 X-List-Received-Date: Fri, 26 Mar 2010 18:46:03 -0000\r
44 \r
45 ---\r
46  lib/notmuch.h |    2 +-\r
47  1 files changed, 1 insertions(+), 1 deletions(-)\r
48 \r
49 diff --git a/lib/notmuch.h b/lib/notmuch.h\r
50 index 0d9cb0f..2bc03f4 100644\r
51 --- a/lib/notmuch.h\r
52 +++ b/lib/notmuch.h\r
53 @@ -156,7 +156,7 @@ typedef enum {\r
54   * (not necessarily by this process), by calling\r
55   * notmuch_database_create with 'path'. By default the database should be\r
56   * opened for reading only. In order to write to the database you need to\r
57 - * pass the NOTMUCH_DATABASE_MODE_WRITABLE mode.\r
58 + * pass the NOTMUCH_DATABASE_MODE_READ_WRITE mode.\r
59   *\r
60   * An existing notmuch database can be identified by the presence of a\r
61   * directory named ".notmuch" below 'path'.\r
62 -- \r
63 1.7.0.3\r
64 \r