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

2010-04-13 Thread Carl Worth
On Fri, 26 Mar 2010 18:39:17 +, Michael Forney  
wrote:
> ---
>  lib/notmuch.h |2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Thanks so much, Michael!

I added a paragraph of "why" to the commit message and pushed this out.

-Carl
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: 



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

2010-03-28 Thread Sebastian Spaeth
On Fri, 26 Mar 2010 18:39:17 +, Michael Forney  
wrote:
> ---
>  lib/notmuch.h |2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Thanks, applied in my feature-all branch

Sebastian


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

2010-03-27 Thread Sebastian Spaeth
On Fri, 26 Mar 2010 18:39:17 +, Michael Forney mich...@obberon.com wrote:
 ---
  lib/notmuch.h |2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

Thanks, applied in my feature-all branch

Sebastian
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


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

2010-03-26 Thread Michael Forney
---
 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



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

2010-03-26 Thread Michael Forney
---
 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

___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch