X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.muttrc;h=06a9601429031a125182e889dd996839f377e3f4;hb=2b0ee1da296e15a0995e93edc0cece033d0c7d45;hp=e92d2a1ec1ecadf50d04dec949c40c2c11ed20b1;hpb=c6e139af0e82361ccd6db2160848def6988eae61;p=dotfiles.git diff --git a/.muttrc b/.muttrc index e92d2a1..06a9601 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,23 @@ bind index,pager S decode-save # Macros # +# 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" @@ -352,16 +369,16 @@ macro pager,attach Y \ "Go to python" # Go to STCnet "Atlas"/STM mailboxes -macro index A \ +macro index \ca \ =stcnet \ "Go to stcnet inbox" -macro pager,attach A \ +macro pager,attach \ca \ =stcnet \ "Go to stcnet inbox" -macro index a \ +macro index A \ =sent-stcnet \ "Go to sent-stcnet" -macro pager,attach a \ +macro pager,attach A \ =sent-stcnet \ "Go to sent-stcnet"