X-Git-Url: https://git.madduck.net/etc/neomutt.git/blobdiff_plain/f28612af12038ec707b20a416984012605670ec2..e11c46f2313a7df56ff28b5119c27aa043479f21:/.config/neomutt/neomuttrc diff --git a/.config/neomutt/neomuttrc b/.config/neomutt/neomuttrc index 6a7f0ad..8f48387 100644 --- a/.config/neomutt/neomuttrc +++ b/.config/neomutt/neomuttrc @@ -62,4 +62,5 @@ source "test -f $alias_file && cat $alias_file 2>/dev/null || echo unset alias_f # #set pager_format="<%a> %* %J (%P)" -macro compose B " source '$my_confdir/buildmimetree.py setup --debug-commands --tempdir $tmpdir --only-build|' source \$my_mdwn_postprocess_cmd_file" "Convert message into a modern MIME tree with inline images" +set my_markdown_extensions="extra,admonition,codehilite,sane_lists,smarty" +macro compose B " source '$my_confdir/buildmimetree.py setup --extensions $my_markdown_extensions --tempdir $tmpdir --only-build|' source \$my_mdwn_postprocess_cmd_file" "Convert message into a modern MIME tree with inline images"