Re: (emacs) Parsing problems replying to encrypted html
[notmuch-archives.git] / 8b / a549aeee93eceeb7ecee0805c3db445a9b63d8
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 2E63C431FBF;\r
6         Sun, 22 Nov 2009 19:38:44 -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 8mZcDiwFLu4Z; Sun, 22 Nov 2009 19:38:43 -0800 (PST)\r
11 Received: from cworth.org (localhost [127.0.0.1])\r
12         by olra.theworths.org (Postfix) with ESMTP id 2E5A3431FAE;\r
13         Sun, 22 Nov 2009 19:38:43 -0800 (PST)\r
14 From: Carl Worth <cworth@cworth.org>\r
15 To: Bart Trojanowski <bart@jukie.net>, notmuch@notmuchmail.org\r
16 In-Reply-To: <1258906771-6869-1-git-send-email-bart@jukie.net>\r
17 References: <1258906771-6869-1-git-send-email-bart@jukie.net>\r
18 Date: Mon, 23 Nov 2009 04:38:28 +0100\r
19 Message-ID: <87r5rpgbbf.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] fix notmuch-new bug when database path ends\r
23  with a trailing /\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 03:38:44 -0000\r
37 \r
38 On Sun, 22 Nov 2009 11:19:31 -0500, Bart Trojanowski <bart@jukie.net> wrote:\r
39 > The actual bug was in the filename normalization for storage in the\r
40 > database.  The database.path was removed from the full filename, but if\r
41 > the database.path from the config file contained a trailing /, the\r
42 > relative file name would retain an extra leading /... which made it look\r
43 > like an absolute path after it was read out from the DB.\r
44 \r
45 Thanks for the fix, Bart! I've pushed this out now.\r
46 \r
47 -Carl\r