From: Michael Forney Date: Fri, 26 Mar 2010 18:39:17 +0000 (+0000) Subject: Fix typo in notmuch.h documentation regarding database open modes X-Git-Tag: 0.2~63 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=9ddde6eb14c126e314d90e2e08f213fb81f0457f;hp=9ddde6eb14c126e314d90e2e08f213fb81f0457f;p=notmuch Fix typo in notmuch.h documentation regarding database open modes Reviewed-by: Carl Worth : The original proposal for having different open modes used the name WRITABLE. I didn't like that name, (easy to misspell as WRITEABLE even for native English speakers). So we renamed it to READ_WRITE immediately, but apparently some of the documentation held the old name for a while. ---