X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.muttrc;h=051a41216ee77fe2a8e921942cf5711f582ced74;hb=7ae7c0c571d5d950e4f6a349130a8f3401e09ea1;hp=e92d2a1ec1ecadf50d04dec949c40c2c11ed20b1;hpb=c6e139af0e82361ccd6db2160848def6988eae61;p=dotfiles.git diff --git a/.muttrc b/.muttrc index e92d2a1..051a412 100644 --- a/.muttrc +++ b/.muttrc @@ -167,7 +167,7 @@ my_hdr X-Operating-System: Debian GNU/Linux subscribe (python-(announce|dev|ideas)|.*-(list|sig))@python\.org \ core-workflow@python\.org .*@moderators\.isc\.org \ (durus|quixote)-users@mems-exchange\.org pysqlite@lists\.initd\.org \ - .*@vex.net .*@lists\.sourceforge\.net \ + .*@lists\.sourceforge\.net .*@vex\.net egenix-users@egenix\.com \ .*@googlegroups\.com mlug@unixcenter\.ru #lists @@ -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 "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" \