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 7ECC86DE0A7F for ; Tue, 25 Jul 2017 23:22:32 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.491 X-Spam-Level: X-Spam-Status: No, score=0.491 tagged_above=-999 required=5 tests=[AWL=-0.161, SPF_NEUTRAL=0.652] 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 aX8mrrZVZ4F6 for ; Tue, 25 Jul 2017 23:22:31 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by arlo.cworth.org (Postfix) with ESMTP id 2AF556DE0A6C for ; Tue, 25 Jul 2017 23:22:30 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id 792FF1001A2; Wed, 26 Jul 2017 09:22:20 +0300 (EEST) From: Tomi Ollila To: William Casarin , notmuch@notmuchmail.org Subject: Re: Custom notmuch-show for html? In-Reply-To: <87inifwzwg.fsf@jb55.com> References: <87o9sbw3hf.fsf@jb55.com> <87lgne2att.fsf@jb55.com> <87inifwzwg.fsf@jb55.com> User-Agent: Notmuch/0.25~rc1+5~g4b118e6 (https://notmuchmail.org) Emacs/25.2.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ 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:22:32 -0000 On Tue, Jul 25 2017, William Casarin wrote: > Tomi Ollila writes: >> If you try to work something on this (or anything), please report your >> progress :D > > I didn't really get far after I discovered how awesome emacs-w3m was. > pandoc plaintext output is pretty bad in comparison. So, you set mm-text-html-renderer as 'w3m ? Tomi > > Thanks again!