X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=.muttrc;h=018fe3898bbbd0ef6662dd6abc6d728e592fb848;hp=051a41216ee77fe2a8e921942cf5711f582ced74;hb=19d92166a2d93ec0ceeaeec3379fedad324e934b;hpb=3b34c0d9e7422716e8625bafe62d2e033c3e3e11 diff --git a/.muttrc b/.muttrc index 051a412..018fe38 100644 --- a/.muttrc +++ b/.muttrc @@ -362,6 +362,10 @@ 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" \ "View html attachment in a web browser"