diff options
-rw-r--r-- | muttrc.dot.link | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/muttrc.dot.link b/muttrc.dot.link index e8191bd..dcbab4d 100644 --- a/muttrc.dot.link +++ b/muttrc.dot.link @@ -362,8 +362,8 @@ macro index z "<enter-command>unset wait_key\n!clear ; fetchmail || [ $? -eq 1 ] # ---------- macro index n "<next-unread-mailbox>" macro pager n "<next-unread-mailbox>" -macro index c "<change-folder>?" -macro pager c "<change-folder>?" +macro index,pager c "<change-folder>?<toggle-mailboxes>" +macro index,pager y "<change-folder>?<toggle-mailboxes>1\n\n" "Back to INBOX" # ------------- # Ignore fields @@ -485,8 +485,5 @@ macro pager M "T \n;WN^t \n" "Mark all messages read" 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 |