X-Git-Url: https://git.madduck.net/etc/neomutt.git/blobdiff_plain/c9607f9bea3104bc18373f8f44bab1215378d798..74a64f931702a5638153440ab726a69ec63b0577:/.config/neomutt/neomuttrc diff --git a/.config/neomutt/neomuttrc b/.config/neomutt/neomuttrc index d7b4a32..8e2aa32 100644 --- a/.config/neomutt/neomuttrc +++ b/.config/neomutt/neomuttrc @@ -66,5 +66,6 @@ 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 --domain madduck.net|' source \$my_mdwn_postprocess_cmd_file" "Convert message into a modern MIME tree with inline images" +macro compose Y " source '$my_confdir/buildmimetree.py --just-build --max-number-other-attachments 100 --extensions $my_markdown_extensions --tempdir $tmpdir --css-file $my_confdir/htmlmail.css --domain madduck.net|' source \$my_mdwn_postprocess_cmd_file" "Convert message into a modern MIME tree with inline images" +bind compose \Cy send-message