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 8E2DA431FB6 for ; Fri, 28 Jan 2011 15:01:35 -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 Xbx-mf+oQHsz for ; Fri, 28 Jan 2011 15:01:35 -0800 (PST) Received: from mail4.ucc.ie (mail4.ucc.ie [143.239.1.34]) by olra.theworths.org (Postfix) with ESMTP id CD23F431FB5 for ; Fri, 28 Jan 2011 15:01:34 -0800 (PST) Received: from msstf091.ucc.ie (msstf091.ucc.ie [143.239.76.91]) by mail4.ucc.ie (8.13.8/8.13.8) with ESMTP id p0SN1RnY006161; Fri, 28 Jan 2011 23:01:32 GMT Received: by msstf091.ucc.ie (Postfix, from userid 1000) id 015C4A2793; Fri, 28 Jan 2011 23:01:26 +0000 (GMT) From: Andreas Amann To: Jesse Rosenthal , 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-16-gceb5a1c (http://notmuchmail.org) Emacs/24.0.50.1 (x86_64-unknown-linux-gnu) Date: Fri, 28 Jan 2011 23:01:26 +0000 Message-ID: <8739ococop.fsf@msstf091.ucc.ie> MIME-Version: 1.0 Content-Type: text/plain X-MD-NoSA: yes X-Scanned-By: MIMEDefang 2.68 on 143.239.1.34 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 23:01:35 -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? > > Try setting up a ~/.notmuchprintrc: > > notmuch_command: "/usr/local/bin/notmuch" > browser_command: "/usr/bin/firefox" > plain_text_font: "sans-serif" > always_prefer_plaintext: no > view_in_browser: yes It works! Very nice and thanks a lot! > > If that works, I need to futz with its defaults a bit. (Also, I just > noticed that I named a config boolean with the same name as a function: > view_in_browser. That shouldn't be the problem here, but I should fix it > all the same.) I was confused by that coincidence as well ... Best, Andreas