]> git.phdru.name Git - dotfiles.git/blobdiff - .muttrc
.vimrc: Add default `statusline` and `titlestring`
[dotfiles.git] / .muttrc
diff --git a/.muttrc b/.muttrc
index 59574a8dcb9a044af8d63ec1a76a450b5a27cea6..051a41216ee77fe2a8e921942cf5711f582ced74 100644 (file)
--- a/.muttrc
+++ b/.muttrc
@@ -329,11 +329,11 @@ macro index,pager S \
    <save-message>!<Enter> \
    "Move current message to inbox"
 
-macro index,pager <Esc>h \
-   ":auto_view text/html<Enter>" \
+macro index,pager,attach <Esc>h \
+   ":auto_view texxt/html<Enter>" \
    "View HTML attachments"
-macro index,pager <Esc>H \
-   ":unauto_view text/html<Enter>" \
+macro index,pager,attach <Esc>H \
+   ":unauto_view texxt/html<Enter>" \
    "Don't show HTML attachments"
 
 macro index <Esc>s \
@@ -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> \