On Wed, May 05, 2021 at 11:29:58AM -0700, Joshua Vander Hook via Mutt-users 
wrote:
I'm trying somewhat successfully to use markdown to format my emails.
The method was covered here:
https://unix.stackexchange.com/a/108809/22520

You may also want to look at $send_multipart_alternative and $send_multipart_alternative_filter. See the second half of <http://www.mutt.org/doc/manual/#alternative-order>. There is a contrib/markdown2html script which might be a possible starter filter script.

One possible workaround is changing the way Mutt pre-populates the stuff
below my message (the On <date> <email> wrote: things) to include a
<pre> tag.

You can include a "\n" in $attribution if you want, e.g.
  set attribution = "On %d, %n wrote:\n<pre>"

Appending is a little trickier.  Perhaps:
  unset sig_dashes
and then have your signature file include the /pre and sigdashes:
  </pre>
  --*space*
  your signature

--
Kevin J. McCarthy
GPG Fingerprint: 8975 A9B3 3AA3 7910 385C  5308 ADEF 7684 8031 6BDA

Attachment: signature.asc
Description: PGP signature

Reply via email to