Re: [PATCH v4 3/5] Use the S-Expression structured printer in notmuch-show, notmuch...
[notmuch-archives.git] / 45 / ca06984f010b2e8fe65fe845cbe494cea2491f
1 Return-Path: <prvs=0024c1a73=jrosenthal@jhu.edu>\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 64A22429E20\r
6         for <notmuch@notmuchmail.org>; Fri, 28 Jan 2011 13:17:12 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id jMvOMKLSuVe6 for <notmuch@notmuchmail.org>;\r
16         Fri, 28 Jan 2011 13:17:12 -0800 (PST)\r
17 Received: from ipex1.johnshopkins.edu (ipex1.johnshopkins.edu [162.129.8.141])\r
18         (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id D8FEF431FB6\r
21         for <notmuch@notmuchmail.org>; Fri, 28 Jan 2011 13:17:11 -0800 (PST)\r
22 X-IronPort-Anti-Spam-Filtered: true\r
23 X-IronPort-Anti-Spam-Result: ApsEAFfBQk0KoSAO/2dsb2JhbACldrFdiGmFTwSFGIcP\r
24 X-IronPort-AV: E=Sophos;i="4.60,394,1291611600"; d="scan'208";a="43250373"\r
25 Received: from watt.hwcampus.jhu.edu ([10.161.32.14])\r
26         by ipex1.johnshopkins.edu with ESMTP/TLS/ADH-AES256-SHA;\r
27         28 Jan 2011 16:17:11 -0500\r
28 Received: by watt.hwcampus.jhu.edu (Postfix, from userid 502)\r
29         id 3F28A789B17; Fri, 28 Jan 2011 16:17:11 -0500 (EST)\r
30 From: Jesse Rosenthal <jrosenthal@jhu.edu>\r
31 To: Andreas Amann <a.amann@ucc.ie>, notmuch@notmuchmail.org\r
32 Subject: Re: A tool for printing from notmuch\r
33 In-Reply-To: <m139oc7mzf.fsf@watt.hwcampus.jhu.edu>\r
34 References: <m162t87p3b.fsf@watt.hwcampus.jhu.edu>\r
35         <87y664pwx1.fsf@msstf091.ucc.ie>\r
36         <m139oc7mzf.fsf@watt.hwcampus.jhu.edu>\r
37 User-Agent: Notmuch/0.5-56-g74cb76a (http://notmuchmail.org) Emacs/23.2.1\r
38         (x86_64-apple-darwin)\r
39 Date: Fri, 28 Jan 2011 16:17:11 -0500\r
40 Message-ID: <m1zkqk684o.fsf@watt.hwcampus.jhu.edu>\r
41 MIME-Version: 1.0\r
42 Content-Type: text/plain; charset=us-ascii\r
43 X-BeenThere: notmuch@notmuchmail.org\r
44 X-Mailman-Version: 2.1.13\r
45 Precedence: list\r
46 List-Id: "Use and development of the notmuch mail system."\r
47         <notmuch.notmuchmail.org>\r
48 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
50 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
51 List-Post: <mailto:notmuch@notmuchmail.org>\r
52 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
53 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
55 X-List-Received-Date: Fri, 28 Jan 2011 21:17:12 -0000\r
56 \r
57 On Fri, 28 Jan 2011 16:11:00 -0500, Jesse Rosenthal <jrosenthal@jhu.edu> wrote:\r
58 > Hmm... looks like a problem with ConfigParser. Maybe the default values\r
59 > aren't working well?\r
60 \r
61 Yep, that was the problem. It turns out it doesn't take True and False\r
62 as defaults -- needs strings ("yes", "no", "true", "false) or 1 or\r
63 0. Anyway, I fixed that. Thanks, Andreas!\r
64 \r
65 Best,\r
66 Jesse\r