Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 64A22429E20 for ; Fri, 28 Jan 2011 13:17:12 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jMvOMKLSuVe6 for ; Fri, 28 Jan 2011 13:17:12 -0800 (PST) Received: from ipex1.johnshopkins.edu (ipex1.johnshopkins.edu [162.129.8.141]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id D8FEF431FB6 for ; Fri, 28 Jan 2011 13:17:11 -0800 (PST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApsEAFfBQk0KoSAO/2dsb2JhbACldrFdiGmFTwSFGIcP X-IronPort-AV: E=Sophos;i="4.60,394,1291611600"; d="scan'208";a="43250373" Received: from watt.hwcampus.jhu.edu ([10.161.32.14]) by ipex1.johnshopkins.edu with ESMTP/TLS/ADH-AES256-SHA; 28 Jan 2011 16:17:11 -0500 Received: by watt.hwcampus.jhu.edu (Postfix, from userid 502) id 3F28A789B17; Fri, 28 Jan 2011 16:17:11 -0500 (EST) From: Jesse Rosenthal To: Andreas Amann , notmuch@notmuchmail.org Subject: Re: A tool for printing from notmuch In-Reply-To: References: <87y664pwx1.fsf@msstf091.ucc.ie> User-Agent: Notmuch/0.5-56-g74cb76a (http://notmuchmail.org) Emacs/23.2.1 (x86_64-apple-darwin) Date: Fri, 28 Jan 2011 16:17:11 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jan 2011 21:17:12 -0000 On Fri, 28 Jan 2011 16:11:00 -0500, Jesse Rosenthal wrote: > Hmm... looks like a problem with ConfigParser. Maybe the default values > aren't working well? Yep, that was the problem. It turns out it doesn't take True and False as defaults -- needs strings ("yes", "no", "true", "false) or 1 or 0. Anyway, I fixed that. Thanks, Andreas! Best, Jesse