From 6ae80406a46b645878b431bd922cfd6f86eb4c0d Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 5 Jun 2020 21:15:36 +0300 Subject: [PATCH 1/1] .muttrc: Run `(un)auto_view text/html` in the attachment screen --- .muttrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.39.2