From 1f6911d51868f7135c07a6c31f0bb8621365173c Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 23 May 2024 13:31:30 +0200 Subject: [PATCH] send html mail directly --- .config/neomutt/neomuttrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" -- 2.39.2