X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=.muttrc;h=5b8293976c122c6ccdbfbd2c2c5778318440a64f;hp=797afa74021e859bec30097d7c1d0e42399db310;hb=HEAD;hpb=663ce48de1fad3bb4b8fbe0f0d15fe3f72cd14cb diff --git a/.muttrc b/.muttrc index 797afa7..b347d4f 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 @@ -185,7 +185,7 @@ folder-hook .* "\ set envelope_from_address="phd@phdru.name"; \ my_hdr From: Oleg Broytman ; \ my_hdr Reply-To: Oleg Broytman ; \ - my_hdr X-Url: http://phdru.name/; \ + my_hdr X-Url: https://phdru.name/; \ set record==sent-mail; \ set signature==signatures/phd@phdru.name" @@ -244,7 +244,7 @@ send-hook .* "\ set followup_to=yes; \ my_hdr From: Oleg Broytman ; \ my_hdr Reply-To: Oleg Broytman ; \ - my_hdr X-Url: http://phdru.name/; \ + my_hdr X-Url: https://phdru.name/; \ unmy_hdr Mail-Followup-To; \ unmy_hdr X-Skip-DKIM-Sig; \ set signature==signatures/phd@phdru.name" @@ -258,7 +258,7 @@ send-hook "~L '@(mail|list|inbox|bk|sweb|spaceweb|ulmart)\.ru'" "\ set envelope_from_address="phd@mail.ru"; \ my_hdr From: ïÌÅÇ âÒÏÊÔÍÁÎ ; \ my_hdr Reply-To: ïÌÅÇ âÒÏÊÔÍÁÎ ; \ - my_hdr X-Url: http://my.mail.ru/mail/phd; \ + my_hdr X-Url: https://my.mail.ru/mail/phd; \ set signature='iconv -f koi8-r ~/mail/signatures/phd@mail.ru|'" send-hook "~L '(@|\.)(((ya|yandex|narod)\.ru)|(yandex\.com)|yandex-team\.ru)$'" "\ @@ -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 \1074 +# KP_Next -> PageUp +macro generic,pager,editor +# KP_Left -> Left +macro generic,pager,editor \1075 +# KP_Right -> Right +macro generic,pager,editor \1076 +# KP_End -> End +macro generic,pager,editor +# KP_Down -> Down +macro generic,pager,editor \1077 +# KP_Prev -> PageDown +macro generic,pager,editor + macro index C \ \ "Go to the first folder with unread messages" @@ -310,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" @@ -343,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 \ @@ -351,20 +378,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" \