From: martin f. krafft Date: Thu, 23 May 2024 11:31:30 +0000 (+0200) Subject: send html mail directly X-Git-Url: https://git.madduck.net/etc/neomutt.git/commitdiff_plain/1f6911d51868f7135c07a6c31f0bb8621365173c send html mail directly --- diff --git a/.config/neomutt/neomuttrc b/.config/neomutt/neomuttrc index d7b4a32..6562dcf 100644 --- a/.config/neomutt/neomuttrc +++ b/.config/neomutt/neomuttrc @@ -66,5 +66,4 @@ tag-formats "inbox" "GI" \ set pager_format="<%a> %* %J (%P)" set my_markdown_extensions="admonition,codehilite,sane_lists,smarty,pymdownx.extra,pymdownx.highlight,pymdownx.critic,pymdownx.keys,pymdownx.magiclink,pymdownx.mark,pymdownx.saneheaders,pymdownx.smartsymbols,nl2br" -macro compose y " source '$my_confdir/buildmimetree.py --extensions $my_markdown_extensions --tempdir $tmpdir --only-build --css-file $my_confdir/htmlmail.css|' source \$my_mdwn_postprocess_cmd_file" "Convert message into a modern MIME tree with inline images" -bind compose Y send-message +macro compose y " source '$my_confdir/buildmimetree.py --extensions $my_markdown_extensions --tempdir $tmpdir --css-file $my_confdir/htmlmail.css|' source \$my_mdwn_postprocess_cmd_file" "Convert message into a modern MIME tree with inline images"