From: Carl Worth Date: Sun, 22 Nov 2009 04:07:52 +0000 (+0100) Subject: Re: [notmuch] [PATCH] Permit opening the notmuch database in read-only mode. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ec17e1526847f4fb76a1eebf0d728e1bf55d3810;p=notmuch-archives.git Re: [notmuch] [PATCH] Permit opening the notmuch database in read-only mode. --- diff --git a/22/ea2cdc01e36b798b1862d2870f18fbce61e88e b/22/ea2cdc01e36b798b1862d2870f18fbce61e88e new file mode 100644 index 000000000..b27a8c52b --- /dev/null +++ b/22/ea2cdc01e36b798b1862d2870f18fbce61e88e @@ -0,0 +1,44 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id DA69A431FBC; + Sat, 21 Nov 2009 20:08:04 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id AcSNqLXUCoH7; Sat, 21 Nov 2009 20:08:04 -0800 (PST) +Received: from cworth.org (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id D2005431FAE; + Sat, 21 Nov 2009 20:08:03 -0800 (PST) +From: Carl Worth +To: Chris Wilson , notmuch@notmuchmail.org +In-Reply-To: <1258834111-18285-1-git-send-email-chris@chris-wilson.co.uk> +References: <1258834111-18285-1-git-send-email-chris@chris-wilson.co.uk> +Date: Sun, 22 Nov 2009 05:07:52 +0100 +Message-ID: <87aayf2odj.fsf@yoom.home.cworth.org> +MIME-Version: 1.0 +Content-Type: text/plain; charset=us-ascii +Subject: Re: [notmuch] [PATCH] Permit opening the notmuch database in + read-only mode. +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.12 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Sun, 22 Nov 2009 04:08:05 -0000 + +On Sat, 21 Nov 2009 20:08:31 +0000, Chris Wilson wrote: +> [ickle: Updated to add WRITABLE mode to notmuch-new] + +Oops. I committed your earlier version, but then fixed this up +afterwards myself. + +-Carl