Re: notmuch for documents
[notmuch-archives.git] / 14 / 0d1645274c30b0682b5c2b8b662a27494b3eae
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 29A99431FBF;\r
6         Sun, 22 Nov 2009 18:09:14 -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 FhgIGx9bFCZs; Sun, 22 Nov 2009 18:09:13 -0800 (PST)\r
11 Received: from cworth.org (localhost [127.0.0.1])\r
12         by olra.theworths.org (Postfix) with ESMTP id 37F98431FAE;\r
13         Sun, 22 Nov 2009 18:09:13 -0800 (PST)\r
14 From: Carl Worth <cworth@cworth.org>\r
15 To: Alec Berryman <alec@thened.net>, notmuch@notmuchmail.org\r
16 In-Reply-To: <20091122051826.GA7299@thened.net>\r
17 References: <20091122051826.GA7299@thened.net>\r
18 Date: Mon, 23 Nov 2009 03:08:58 +0100\r
19 Message-ID: <877htigfgl.fsf@yoom.home.cworth.org>\r
20 MIME-Version: 1.0\r
21 Content-Type: text/plain; charset=us-ascii\r
22 Subject: Re: [notmuch] [PATCH] Support multiple configuration files via\r
23  $NOTMUCH_CONFIG\r
24 X-BeenThere: notmuch@notmuchmail.org\r
25 X-Mailman-Version: 2.1.12\r
26 Precedence: list\r
27 List-Id: "Use and development of the notmuch mail system."\r
28         <notmuch.notmuchmail.org>\r
29 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
30         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
31 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
32 List-Post: <mailto:notmuch@notmuchmail.org>\r
33 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
34 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
35         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
36 X-List-Received-Date: Mon, 23 Nov 2009 02:09:14 -0000\r
37 \r
38 On Sat, 21 Nov 2009 23:18:26 -0600, Alec Berryman <alec@thened.net> wrote:\r
39 > If present, $NOTMUCH_CONFIG will be used as the configuration file\r
40 > location.\r
41 \r
42 Hi Alec, welcome to notmuch!\r
43 \r
44 And thanks for this patch. I've pushed it now.\r
45 \r
46 I need this quite often when setting up a new database for testing a\r
47 patch, for example. And I had an environment variable for the database\r
48 path once upon a time, before adding a configuration file. But I lost\r
49 that feature when adding the configuration file. So it's really nice to\r
50 have this functionality back again.\r
51 \r
52 We should probably add support for "notmuch -f <config-filename>" as\r
53 well. I've noted that idea in the TODO file now, (which just keeps\r
54 growing somehow).\r
55 \r
56 -Carl\r