X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=.muttrc;h=06a9601429031a125182e889dd996839f377e3f4;hp=018fe3898bbbd0ef6662dd6abc6d728e592fb848;hb=HEAD;hpb=19d92166a2d93ec0ceeaeec3379fedad324e934b diff --git a/.muttrc b/.muttrc index 018fe38..b347d4f 100644 --- a/.muttrc +++ b/.muttrc @@ -304,17 +304,17 @@ bind index,pager S decode-save # KP_Home -> Home macro generic,pager,editor # KP_Up -> Up -macro generic,pager,editor \x20b +macro generic,pager,editor \1074 # KP_Next -> PageUp macro generic,pager,editor # KP_Left -> Left -macro generic,pager,editor \x20c +macro generic,pager,editor \1075 # KP_Right -> Right -macro generic,pager,editor \x20d +macro generic,pager,editor \1076 # KP_End -> End macro generic,pager,editor # KP_Down -> Down -macro generic,pager,editor \x20e +macro generic,pager,editor \1077 # KP_Prev -> PageDown macro generic,pager,editor @@ -330,10 +330,10 @@ macro index,pager S \ "Move current message to inbox" macro index,pager,attach h \ - ":auto_view texxt/html" \ + ":auto_view text/html" \ "View HTML attachments" macro index,pager,attach H \ - ":unauto_view texxt/html" \ + ":unauto_view text/html" \ "Don't show HTML attachments" macro index s \ @@ -362,11 +362,12 @@ 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 index,pager \cV "" \ + "Show version" + +macro index,pager V "v/text/htmlV" \ + "View the 1st html attachment in a web browser" +macro attach V "~/tmp/_xxx.htmlnwebbrowser -n ~/tmp/_xxx.html; exec rm ~/tmp/_xxx.html" \ "View html attachment in a web browser" # Go to python mailbox