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 CB0066DE0C7A for ; Thu, 10 Aug 2017 21:41:59 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.054 X-Spam-Level: X-Spam-Status: No, score=-0.054 tagged_above=-999 required=5 tests=[AWL=-0.054] 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 hxc3upohI_4N for ; Thu, 10 Aug 2017 21:41:58 -0700 (PDT) Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118]) by arlo.cworth.org (Postfix) with ESMTP id 9CEDD6DE0C64 for ; Thu, 10 Aug 2017 21:41:58 -0700 (PDT) Received: from fifthhorseman.net (unknown [38.109.115.130]) by che.mayfirst.org (Postfix) with ESMTPSA id B4EBCF99A; Fri, 11 Aug 2017 00:41:55 -0400 (EDT) Received: by fifthhorseman.net (Postfix, from userid 1000) id C167A20505; Fri, 11 Aug 2017 00:41:52 -0400 (EDT) From: Daniel Kahn Gillmor To: Notmuch Mail Cc: Steve Kemp Subject: rendering and generating text/markdown parts Date: Fri, 11 Aug 2017 00:41:52 -0400 Message-ID: <87y3qqpvfz.fsf@fifthhorseman.net> 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: Fri, 11 Aug 2017 04:41:59 -0000 Using `Content-Type: text/markdown` ----------------------------------- [Over on LWN, some discussion came up about rendering and generating text/markdown variants of e-mails](https://lwn.net/Articles/730277/) This is similar to (but maybe simpler than) [a proposal that was discussed on the alot bug tracker earlier this year](https://github.com/pazz/alot/issues/1051). I thought i'd drop this mail as a marker for the start of a longer discussion if anyone wants to try to take it further. Next Steps ---------- I think this mail is (hopefully) actually composed correctly as text/markdown. Does anyone's MUA render it properly? Anyone want to post screenshots or other renderings? Anyone have suggestions about message composition in markdown? --dkg