unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
From: Jed Brown <jed@59A2.org>
To: notmuch@notmuchmail.org
Subject: [PATCH] _READ_Write -> _READ_WRITE
Date: Sat, 21 Nov 2009 22:34:00 +0100	[thread overview]
Message-ID: <1258839240-17032-1-git-send-email-jed@59A2.org> (raw)
In-Reply-To: <87skc736z4.fsf@yoom.home.cworth.org>

[-- Attachment #1: Type: text/plain, Size: 80 bytes --]

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


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-_READ_Write-_READ_WRITE.patch --]
[-- Type: text/x-patch; name="0001-_READ_Write-_READ_WRITE.patch", Size: 403 bytes --]

diff --git a/lib/notmuch.h b/lib/notmuch.h
index bbeec55..a61cd02 100644
--- a/lib/notmuch.h
+++ b/lib/notmuch.h
@@ -139,7 +139,7 @@ notmuch_database_create (const char *path);
 
 typedef enum {
     NOTMUCH_DATABASE_MODE_READ_ONLY = 0,
-    NOTMUCH_DATABASE_MODE_READ_Write
+    NOTMUCH_DATABASE_MODE_READ_WRITE
 } notmuch_database_mode_t;
 
 /* XXX: I think I'd like this to take an extra argument of

      reply	other threads:[~2009-11-21 21:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-21 19:54 [PATCH] Permit opening the notmuch database in read-only mode Chris Wilson
2009-11-21 20:06 ` Keith Packard
2009-11-21 21:26   ` Carl Worth
2009-11-21 21:34     ` Jed Brown [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://notmuchmail.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1258839240-17032-1-git-send-email-jed@59A2.org \
    --to=jed@59a2.org \
    --cc=notmuch@notmuchmail.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).