X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.muttrc;h=7b253edd3b7773cf4d3de5fc5f52e313a741ee8d;hb=4cb17a2a1e2af89e1d1c2a3150ee5e091fcee06c;hp=a93e8bbab49f648c0d21d963c28cbc147f9c06b2;hpb=9ae7efa3885fe5b8a34066245de63293d75611a1;p=dotfiles.git diff --git a/.muttrc b/.muttrc index a93e8bb..7b253ed 100644 --- a/.muttrc +++ b/.muttrc @@ -299,6 +299,25 @@ 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 +# KP_Next -> PageUp +macro generic,pager,editor +# KP_Left -> Left +macro generic,pager,editor \x20c +# KP_Right -> Right +macro generic,pager,editor \x20d +# KP_End -> End +macro generic,pager,editor +# KP_Down -> Down +macro generic,pager,editor \x20e +# KP_Prev -> PageDown +macro generic,pager,editor + macro index C \ \ "Go to the first folder with unread messages" @@ -343,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 \ @@ -351,20 +373,6 @@ macro pager,attach Y \ =lists/python \ "Go to python" -# Go to STCnet "Atlas"/STM mailboxes -macro index A \ - =stcnet \ - "Go to stcnet inbox" -macro pager,attach A \ - =stcnet \ - "Go to stcnet inbox" -macro index a \ - =sent-stcnet \ - "Go to sent-stcnet" -macro pager,attach a \ - =sent-stcnet \ - "Go to sent-stcnet" - # Recode base64 to 8bit, html to plain text, mustdie-1251 to koi8-r, etc. macro index,pager \ m "mimedecode | less" \