X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.muttrc;h=051a41216ee77fe2a8e921942cf5711f582ced74;hb=0b61c76cb80f66393c3849ab810a65648b4c7aa7;hp=06a9601429031a125182e889dd996839f377e3f4;hpb=7beb9d0cab6ab4a0f9206ecd031dcce54832ce70;p=dotfiles.git diff --git a/.muttrc b/.muttrc index 06a9601..051a412 100644 --- a/.muttrc +++ b/.muttrc @@ -299,6 +299,8 @@ bind index,pager S decode-save # Macros # +# KP_Enter -> Enter +#macro generic,pager,editor # KP_Home -> Home macro generic,pager,editor # KP_Up -> Up @@ -327,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 \ @@ -360,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 \ @@ -368,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" \