[notmuch] [PATCH] Fix typo in notmuch.h documentation regarding database open modes

Michael Forney michael at obberon.com
Fri Mar 26 11:39:17 PDT 2010


---
 lib/notmuch.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/notmuch.h b/lib/notmuch.h
index 0d9cb0f..2bc03f4 100644
--- a/lib/notmuch.h
+++ b/lib/notmuch.h
@@ -156,7 +156,7 @@ typedef enum {
  * (not necessarily by this process), by calling
  * notmuch_database_create with 'path'. By default the database should be
  * opened for reading only. In order to write to the database you need to
- * pass the NOTMUCH_DATABASE_MODE_WRITABLE mode.
+ * pass the NOTMUCH_DATABASE_MODE_READ_WRITE mode.
  *
  * An existing notmuch database can be identified by the presence of a
  * directory named ".notmuch" below 'path'.
-- 
1.7.0.3



More information about the notmuch mailing list