X-Git-Url: https://git.madduck.net/etc/neomutt.git/blobdiff_plain/a6c55ca67cbe2379ae468140a05cb58b6658eaff..bddb408b77fcf22184c8b929bf14f84a29bf8960:/.config/neomutt/neomuttrc

diff --git a/.config/neomutt/neomuttrc b/.config/neomutt/neomuttrc
index 2ef7e55..32cd6cf 100644
--- a/.config/neomutt/neomuttrc
+++ b/.config/neomutt/neomuttrc
@@ -32,7 +32,7 @@ source "test ! -f $my_mutt_mailboxes || cat $my_mutt_mailboxes|"
 #virtual-mailboxes "read" "notmuch://?query=not:tag:unread"
 #virtual-mailboxes "spam" "notmuch://?query=tag:spam"
 
-bind index,pager X change-vfolder
+bind index,pager V change-vfolder
 bind index,pager + entire-thread
 # generate virtual folder from query
 bind index,pager <F8> vfolder-from-query
@@ -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 "<enter-command> source '$my_confdir/buildmimetree.py --extensions $my_markdown_extensions --tempdir $tmpdir --only-build --css-file $my_confdir/htmlmail.css|'<enter><enter-command> source \$my_mdwn_postprocess_cmd_file<enter>" "Convert message into a modern MIME tree with inline images"
-bind compose Y send-message
+macro compose y "<enter-command> source '$my_confdir/buildmimetree.py --extensions $my_markdown_extensions --tempdir $tmpdir --css-file $my_confdir/htmlmail.css --domain madduck.net|'<enter><enter-command> source \$my_mdwn_postprocess_cmd_file<enter>" "Convert message into a modern MIME tree with inline images"