From 8150a696a892ef85ab1438c6d6359187b9845ca7 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 30 May 2020 02:51:57 +0300 Subject: [PATCH] .muttrc: Add macro `V` to view html attachment in a web browser --- .muttrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.muttrc b/.muttrc index 59574a8..7b253ed 100644 --- a/.muttrc +++ b/.muttrc @@ -362,6 +362,9 @@ macro pager,attach M \ =sent-mail \ "Go to sent-mail" +macro attach V "webstdin" \ + "View html attachment in a web browser" + # Go to python mailbox macro index Y \ =lists/python \ -- 2.39.2