From: martin f. krafft Date: Wed, 23 Aug 2023 05:04:25 +0000 (+1200) Subject: turn on debug and tempdir for buildmimetree.py macro X-Git-Url: https://git.madduck.net/etc/neomutt.git/commitdiff_plain/62d5dded67993412d4516fdc33f58a2c4e470cc8 turn on debug and tempdir for buildmimetree.py macro --- diff --git a/.config/neomutt/neomuttrc b/.config/neomutt/neomuttrc index 5b29048..b328578 100644 --- a/.config/neomutt/neomuttrc +++ b/.config/neomutt/neomuttrc @@ -62,4 +62,4 @@ 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|' source \$my_mdwn_postprocess_cmd_file" "Convert message into a modern MIME tree with inline images" +macro compose B " source '$my_confdir/buildmimetree.py setup --debug-commands --tempdir $tmpdir|' source \$my_mdwn_postprocess_cmd_file" "Convert message into a modern MIME tree with inline images"