From 3ec0433f7358da8fda6c867a93b643273f838afb Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 6 Apr 2016 21:38:42 +0300 Subject: [PATCH] .muttrc: exchange M and m keys --- .muttrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- 2.39.2