[notmuch] [PATCH 9/9] Key binding rearrangement for save attachments in show mode
[notmuch-archives.git] / 4c / 978f346faefc23d2e0e434ef9329c40cb0f65c
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 2976A431FBF;\r
6         Sun, 22 Nov 2009 20:55:58 -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 oSQFUVcwGArg; Sun, 22 Nov 2009 20:55:57 -0800 (PST)\r
11 Received: from cworth.org (localhost [127.0.0.1])\r
12         by olra.theworths.org (Postfix) with ESMTP id 305AA431FAE;\r
13         Sun, 22 Nov 2009 20:55:56 -0800 (PST)\r
14 From: Carl Worth <cworth@cworth.org>\r
15 To: Jameson Graef Rollins <jrollins@finestructure.net>, Bart Trojanowski\r
16         <bart@jukie.net>\r
17 In-Reply-To: <20091122231419.GA8322@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         <20091122221523.GA8703@finestructure.net>\r
22         <20091122222453.GM17268@jukie.net>\r
23         <20091122231419.GA8322@finestructure.net>\r
24 Date: Mon, 23 Nov 2009 05:55:42 +0100\r
25 Message-ID: <87hbslg7qp.fsf@yoom.home.cworth.org>\r
26 MIME-Version: 1.0\r
27 Content-Type: text/plain; charset=us-ascii\r
28 Cc: notmuch@notmuchmail.org\r
29 Subject: Re: [notmuch] [PATCH 3/3] change config file location to be\r
30  ~/.notmuch/config\r
31 X-BeenThere: notmuch@notmuchmail.org\r
32 X-Mailman-Version: 2.1.12\r
33 Precedence: list\r
34 List-Id: "Use and development of the notmuch mail system."\r
35         <notmuch.notmuchmail.org>\r
36 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
37         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
38 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
39 List-Post: <mailto:notmuch@notmuchmail.org>\r
40 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
41 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
43 X-List-Received-Date: Mon, 23 Nov 2009 04:55:58 -0000\r
44 \r
45 On Sun, 22 Nov 2009 18:14:20 -0500, Jameson Graef Rollins <jrollins@finestructure.net> wrote:\r
46 > I think Carl said he wanted to keep the ability to specify exactly\r
47 > where the database is stored, so if we could move away from something\r
48 > that makes any implicit assumptions about relative paths between the\r
49 > database and the maildir, then all should be ok.\r
50 \r
51 Well, I chose the relative-path assumptions intentionally. The idea is\r
52 that if I move my mail from ~/Mail to ~/mail then the .notmuch directory\r
53 moves with it and everything continues to work just fine.\r
54 \r
55 Compare the way .git works and the database stays with the source files\r
56 compared to the way cvs works, (where I always seemed to end up with\r
57 source files disconnected from the database).\r
58 \r
59 So I might need more convincing to move the database away from the mail.\r
60 \r
61 -Carl\r