X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.muttrc;h=ca6edf2093e9797131c2d5fd250628e001f0ff7d;hb=26025e1e2d58f882875714236c0b67b7f71e70c0;hp=5b8293976c122c6ccdbfbd2c2c5778318440a64f;hpb=8635530c0d2dc87e18ad6670ce2e08bb151933ef;p=dotfiles.git diff --git a/.muttrc b/.muttrc index 5b82939..ca6edf2 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" @@ -310,11 +329,11 @@ macro index,pager S \ ! \ "Move current message to inbox" -macro index,pager h \ - ":auto_view text/html" \ +macro index,pager,attach h \ + ":auto_view texxt/html" \ "View HTML attachments" -macro index,pager H \ - ":unauto_view text/html" \ +macro index,pager,attach H \ + ":unauto_view texxt/html" \ "Don't show HTML attachments" macro index s \ @@ -343,6 +362,9 @@ macro pager,attach M \ =sent-mail \ "Go to sent-mail" +macro attach V "_xxxxxx.htmlwebbrowser -n _xxxxxx.html; exxec rm _xxxxxx.html" \ + "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 \ca \ - =stcnet \ - "Go to stcnet inbox" -macro pager,attach \ca \ - =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" \