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 6F4796DE0F51 for ; Mon, 25 Feb 2019 10:52:15 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.118 X-Spam-Level: X-Spam-Status: No, score=-0.118 tagged_above=-999 required=5 tests=[AWL=-0.118] 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 7OetWtjM2YJv for ; Mon, 25 Feb 2019 10:52:13 -0800 (PST) X-Greylist: delayed 1776 seconds by postgrey-1.36 at arlo; Mon, 25 Feb 2019 10:52:13 PST Received: from imarko.xen.prgmr.com (imarko.xen.prgmr.com [71.19.158.228]) by arlo.cworth.org (Postfix) with ESMTP id AABE76DE0F32 for ; Mon, 25 Feb 2019 10:52:13 -0800 (PST) Received: from localhost ([127.0.0.1] helo=zsu.kismala.com) by imarko.xen.prgmr.com with esmtp (Exim 4.91) (envelope-from ) id 1gyKtf-0006fF-KK; Mon, 25 Feb 2019 10:22:35 -0800 From: Istvan Marko To: Antoine =?utf-8?Q?Beaupr=C3=A9?= , notmuch@notmuchmail.org Subject: Re: [RFC] writing HTML email with notmuch In-Reply-To: <875zt8zlav.fsf@curie.anarc.at> References: <875zt8zlav.fsf@curie.anarc.at> Date: Mon, 25 Feb 2019 10:22:35 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 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: Mon, 25 Feb 2019 18:52:15 -0000 Antoine Beaupr=C3=A9 writes: > (defun anarcat/notmuch-html-convert () > """create an HTML part from a Markdown body Nice. There is also https://github.com/org-mime/org-mime (in melpa as "org-mime") which does something similar but with Org instead of Markdown.=20 --=20 Istvan