From: Oleg Broytman Date: Fri, 5 Jun 2020 18:15:36 +0000 (+0300) Subject: .muttrc: Run `(un)auto_view text/html` in the attachment screen X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=6ae80406a46b645878b431bd922cfd6f86eb4c0d .muttrc: Run `(un)auto_view text/html` in the attachment screen --- diff --git a/.muttrc b/.muttrc index 7b253ed..499a9e9 100644 --- a/.muttrc +++ b/.muttrc @@ -329,10 +329,10 @@ macro index,pager S \ ! \ "Move current message to inbox" -macro index,pager h \ +macro index,pager,attach h \ ":auto_view text/html" \ "View HTML attachments" -macro index,pager H \ +macro index,pager,attach H \ ":unauto_view text/html" \ "Don't show HTML attachments"