Re: [PATCH 1/2] Add Google Inc. to AUTHORS as a contributor.
[notmuch-archives.git] / 54 / 1191988bea0654e9d9d9f44450e44fabc7e4a3
1 Return-Path: <cworth@cworth.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 F333F431FBC;\r
6         Sat, 21 Nov 2009 13:26:20 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id UXrhpQDgoUDv; Sat, 21 Nov 2009 13:26:20 -0800 (PST)\r
11 Received: from cworth.org (localhost [127.0.0.1])\r
12         by olra.theworths.org (Postfix) with ESMTP id AD935431FAE;\r
13         Sat, 21 Nov 2009 13:26:19 -0800 (PST)\r
14 From: Carl Worth <cworth@cworth.org>\r
15 To: Keith Packard <keithp@keithp.com>, Chris Wilson\r
16         <chris@chris-wilson.co.uk>, notmuch@notmuchmail.org\r
17 In-Reply-To: <yunzl6fprqk.fsf@aiko.keithp.com>\r
18 References: <1258833265-17012-1-git-send-email-chris@chris-wilson.co.uk>\r
19         <yunzl6fprqk.fsf@aiko.keithp.com>\r
20 Date: Sat, 21 Nov 2009 22:26:07 +0100\r
21 Message-ID: <87skc736z4.fsf@yoom.home.cworth.org>\r
22 MIME-Version: 1.0\r
23 Content-Type: text/plain; charset=us-ascii\r
24 Subject: Re: [notmuch] [PATCH] Permit opening the notmuch database in\r
25  read-only mode.\r
26 X-BeenThere: notmuch@notmuchmail.org\r
27 X-Mailman-Version: 2.1.12\r
28 Precedence: list\r
29 List-Id: "Use and development of the notmuch mail system."\r
30         <notmuch.notmuchmail.org>\r
31 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
32         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
33 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
34 List-Post: <mailto:notmuch@notmuchmail.org>\r
35 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
36 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
37         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
38 X-List-Received-Date: Sat, 21 Nov 2009 21:26:21 -0000\r
39 \r
40 On Sat, 21 Nov 2009 12:06:43 -0800, Keith Packard <keithp@keithp.com> wrote:\r
41 > On Sat, 21 Nov 2009 19:54:25 +0000, Chris Wilson <chris@chris-wilson.co.uk> wrote:\r
42\r
43 > > +typedef enum {\r
44 > > +    NOTMUCH_DATABASE_MODE_READONLY = 0,\r
45 > > +    NOTMUCH_DATABASE_MODE_WRITABLE\r
46 > > +} notmuch_database_mode_t;\r
47\r
48 > Wondering if MODE_READWRITE would be more descriptive?\r
49 \r
50 I went with READ_ONLY and READ_WRITE and pushed this.\r
51 \r
52 Thanks, Chris! It's a nice feature.\r
53 \r
54 -Carl\r