diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-05-31 13:25:20 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-05-31 13:25:20 -0300 |
commit | ee873038ffe3460b738f417de18cdbb4cc4661ab (patch) | |
tree | ab701991ab2775f2227568ede8f90b39c9627f5a | |
parent | d1b230557395803f8628cfd3dab0e733caa4097c (diff) | |
download | mail-ee873038ffe3460b738f417de18cdbb4cc4661ab.tar.gz mail-ee873038ffe3460b738f417de18cdbb4cc4661ab.tar.bz2 |
Macros from closing compose window
-rw-r--r-- | muttrc.dot.link | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/muttrc.dot.link b/muttrc.dot.link index 8aa8ea4..30c8a9a 100644 --- a/muttrc.dot.link +++ b/muttrc.dot.link @@ -482,7 +482,8 @@ 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 x "q <enter>" +macro compose q "<exit> <enter>" +macro compose x "<exit> n" # Collapse bind index P collapse-all |