From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 8EDA16DE0A9A for ; Tue, 25 Jul 2017 23:54:37 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.007 X-Spam-Level: X-Spam-Status: No, score=-0.007 tagged_above=-999 required=5 tests=[AWL=0.092, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FSL_HELO_NON_FQDN_1=0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JsUB-ER9AiBD for ; Tue, 25 Jul 2017 23:54:37 -0700 (PDT) Received: from charon (li1190-128.members.linode.com [45.79.91.128]) by arlo.cworth.org (Postfix) with ESMTPS id DDD7B6DE0A89 for ; Tue, 25 Jul 2017 23:54:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d= jb55.com; h=from:to:subject:date:message-id; s=default; bh=Qk9MtGwEe3lCIg6sgHRL+bD26+WNxyqTQs2PxvE1PIU=; b=fbrR8MuK8QN1eHCu9yOOpsynu3bYC+VU5iCbi6ACT1oxkVAme4BzJuqe9LU9kxVHb9asR7cX2rY24PNypbMj7mKhniEKv8QQhuyv8kKACtp1dTQureoTe9iDaaLRDwZJ+rxh6If7pAPyWqxU9yodk4L59h6aEBpqq/C0r4SiuEc0IMJFQ1B7bhWMiR5P53KmP/d6ZcU1UPaz1MJ6jj2oL7T0MjP2C/pHXUNZGXtARDp36vjlJSfMdBVmsQhm7+frAnACA+Q7Pi77p1GjsbfgZAVMtPf2DUf0WxN1RXFq2jjhRqJeeY1X1DbW013DoVTUpCWnLzOnLlVtJSd0AjRNAQ== Received: from localhost (172.24.129.211 [172.24.129.211]) by jb55.com (OpenSMTPD) with ESMTPSA id 5fbc7bec TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Wed, 26 Jul 2017 06:54:35 +0000 (UTC) From: William Casarin To: Tomi Ollila , notmuch@notmuchmail.org Subject: Re: Custom notmuch-show for html? In-Reply-To: References: <87o9sbw3hf.fsf@jb55.com> <87lgne2att.fsf@jb55.com> <87inifwzwg.fsf@jb55.com> Date: Tue, 25 Jul 2017 23:54:31 -0700 Message-ID: <878tjbpu1k.fsf@jb55.com> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 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: Wed, 26 Jul 2017 06:54:37 -0000 Tomi Ollila writes: > So, you set mm-text-html-renderer as 'w3m > > ? Yeah, but I had to install w3m and install the w3m package before it worked. The w3m-standalone one worked but was a bit slower and didn't seem to work as well. Cheers, William