]> git.phdru.name Git - dotfiles.git/commitdiff
.muttrc: Add macro `V` to view html attachment in a web browser
authorOleg Broytman <phd@phdru.name>
Fri, 29 May 2020 23:51:57 +0000 (02:51 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 29 May 2020 23:51:57 +0000 (02:51 +0300)
.muttrc

diff --git a/.muttrc b/.muttrc
index 59574a8dcb9a044af8d63ec1a76a450b5a27cea6..7b253edd3b7773cf4d3de5fc5f52e313a741ee8d 100644 (file)
--- a/.muttrc
+++ b/.muttrc
@@ -362,6 +362,9 @@ macro pager,attach M \
    <exit><Home><change-folder>=sent-mail<Enter> \
    "Go to sent-mail"
 
+macro attach V "<pipe-message>webstdin<Enter>" \
+   "View html attachment in a web browser"
+
 # Go to python mailbox
 macro index Y \
    <Home><change-folder>=lists/python<Enter> \