From 26025e1e2d58f882875714236c0b67b7f71e70c0 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 13 Jul 2020 02:04:57 +0300 Subject: [PATCH] .muttrc: Fix viewing html attachment View html attachment saving it in a file instead of piping. --- .muttrc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.muttrc b/.muttrc index 018fe38..ca6edf2 100644 --- a/.muttrc +++ b/.muttrc @@ -362,11 +362,7 @@ macro pager,attach M \ =sent-mail \ "Go to sent-mail" -macro attach 8 "iconv.py -t utf-8 | webstdin" \ - "View html attachment in a web browser (convert back to utf-8)" -macro attach U "iconv.py -f utf-8 | webstdin" \ - "View html attachment in a web browser (convert from utf-8)" -macro attach V "webstdin" \ +macro attach V "_xxxxxx.htmlwebbrowser -n _xxxxxx.html; exxec rm _xxxxxx.html" \ "View html attachment in a web browser" # Go to python mailbox -- 2.39.2