diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-05-31 17:24:59 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-05-31 17:24:59 -0300 |
commit | 03742465eb7778fdfcf8ba44f280581287f2da8c (patch) | |
tree | e8fe2b8cc98e32c2f47c0a7264cc78bdee24cf0b | |
parent | ee873038ffe3460b738f417de18cdbb4cc4661ab (diff) | |
download | mail-03742465eb7778fdfcf8ba44f280581287f2da8c.tar.gz mail-03742465eb7778fdfcf8ba44f280581287f2da8c.tar.bz2 |
Back to INBOX macro
-rw-r--r-- | muttrc.dot.link | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/muttrc.dot.link b/muttrc.dot.link index 30c8a9a..e8191bd 100644 --- a/muttrc.dot.link +++ b/muttrc.dot.link @@ -482,8 +482,11 @@ macro index M "T \n;WN^t \n" "Mark all messages read" macro pager M "T \n;WN^t \n" "Mark all messages read" # Compose macros -macro compose q "<exit> <enter>" -macro compose x "<exit> n" +macro compose q "<exit> <enter>" "Postpone message" +macro compose x "<exit> n" "Discard message" + +# Back to INBOX +macro index,pager y "<change-folder>?<toggle-mailboxes>1\n\n" "Back to INBOX" # Collapse bind index P collapse-all |