X-Git-Url: https://git.madduck.net/etc/neomutt.git/blobdiff_plain/3cf74171a88da1fa91fa82e472d216a549d93594..40b715db3525e0d93303af589502a2d433dddd9a:/.config/neomutt/neomuttrc diff --git a/.config/neomutt/neomuttrc b/.config/neomutt/neomuttrc index 8f48387..49d80fd 100644 --- a/.config/neomutt/neomuttrc +++ b/.config/neomutt/neomuttrc @@ -63,4 +63,4 @@ source "test -f $alias_file && cat $alias_file 2>/dev/null || echo unset alias_f #set pager_format="<%a> %* %J (%P)" 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" +macro compose B " source '$my_confdir/buildmimetree.py --extensions $my_markdown_extensions --tempdir $tmpdir --only-build|' source \$my_mdwn_postprocess_cmd_file" "Convert message into a modern MIME tree with inline images"