From: Oleg Broytman Date: Wed, 6 Apr 2016 18:38:42 +0000 (+0300) Subject: .muttrc: exchange M and m keys X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=3ec0433f7358da8fda6c867a93b643273f838afb .muttrc: exchange M and m keys --- diff --git a/.muttrc b/.muttrc index 14649aa..d122b50 100644 --- a/.muttrc +++ b/.muttrc @@ -301,8 +301,8 @@ macro index,pager z \ r:set editor=vim.sh" # Go to main mailboxes -macro index,pager H ! -macro index,pager m =sent-mail +macro index,pager H ! +macro index,pager M =sent-mail # Go to python mailbox macro index,pager Y =lists/python @@ -312,7 +312,7 @@ macro index,pager A =stcnet macro index,pager a =sent-stcnet # Recode base64 to 8bit, html to plain text, mustdie-1251 to koi8-r, etc. -macro index,pager M "mimedecode.py | less" +macro index,pager m "mimedecode.py | less" macro index,pager E \ ":set editor=mimedecode.sh:set editor=vim.sh"