[notmuch] [PATCH -V2] notmuch.el: Support for customizing search result display
[notmuch-archives.git] / de / 1e19bb8df6b71540e617c21b9df98c71df6030
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 1D9FF431FC0;\r
6         Wed, 25 Nov 2009 19:27:48 -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 NSEX3fCofu-Y; Wed, 25 Nov 2009 19:27:47 -0800 (PST)\r
11 Received: from cworth.org (localhost [127.0.0.1])\r
12         by olra.theworths.org (Postfix) with ESMTP id 60E54431FAE;\r
13         Wed, 25 Nov 2009 19:27:47 -0800 (PST)\r
14 From: Carl Worth <cworth@cworth.org>\r
15 To: Jameson Graef Rollins <jrollins@finestructure.net>,\r
16  notmuch@notmuchmail.org\r
17 In-Reply-To: <1258927116-528-3-git-send-email-jrollins@finestructure.net>\r
18 References: <1258927116-528-1-git-send-email-jrollins@finestructure.net>\r
19         <1258927116-528-2-git-send-email-jrollins@finestructure.net>\r
20         <1258927116-528-3-git-send-email-jrollins@finestructure.net>\r
21 Date: Wed, 25 Nov 2009 19:27:33 -0800\r
22 Message-ID: <87fx82rmmy.fsf@yoom.home.cworth.org>\r
23 MIME-Version: 1.0\r
24 Content-Type: text/plain; charset=us-ascii\r
25 Subject: Re: [notmuch] [PATCH 3/3] change config file location to be\r
26  ~/.notmuch/config\r
27 X-BeenThere: notmuch@notmuchmail.org\r
28 X-Mailman-Version: 2.1.12\r
29 Precedence: list\r
30 List-Id: "Use and development of the notmuch mail system."\r
31         <notmuch.notmuchmail.org>\r
32 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
33         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
34 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
35 List-Post: <mailto:notmuch@notmuchmail.org>\r
36 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
37 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
38         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
39 X-List-Received-Date: Thu, 26 Nov 2009 03:27:48 -0000\r
40 \r
41 On Sun, 22 Nov 2009 16:58:36 -0500, Jameson Graef Rollins <jrollins@finestructure.net> wrote:\r
42 > This change creates a ~/.notmuch config directory where the config\r
43 > file is stored when created with the "setup" command.  The use of a\r
44 > ~/.notmuch config directory creates one place where all notmuch config\r
45 > files and data can be stored, which will greatly simplify managing\r
46 > notmuch, and reduce cluter of user dot files.\r
47 \r
48 As discussed downthread, we should really make this fallback to load\r
49 ~/.notmuch-config in case ~/.notmuch/config doesn't exist.\r
50 \r
51 But as soon as we have that backwards compatibility in place, then\r
52 there's no rush for this change at all. We can wait until we actually\r
53 have a second file to store in here before we move from a single\r
54 .notmuch-config file to a ~/.notmuch/config file within a directory.\r
55 \r
56 -Carl\r