X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=.muttrc;h=018fe3898bbbd0ef6662dd6abc6d728e592fb848;hp=c3edd920355c50f9aec7f508d4b2992ac9994334;hb=HEAD;hpb=561276f0f847dbaa7a2110ab5d0e372cf01c492a diff --git a/.muttrc b/.muttrc index c3edd92..b347d4f 100644 --- a/.muttrc +++ b/.muttrc @@ -299,20 +299,22 @@ bind index,pager S decode-save # Macros # +# KP_Enter -> Enter +#macro generic,pager,editor # 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 @@ -327,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" @@ -360,6 +362,14 @@ macro pager,attach M \ =sent-mail \ "Go to sent-mail" +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 macro index Y \ =lists/python \