diff options
-rw-r--r-- | muttrc.dot.link | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/muttrc.dot.link b/muttrc.dot.link index d02d0a2..9eab149 100644 --- a/muttrc.dot.link +++ b/muttrc.dot.link @@ -199,6 +199,10 @@ macro index z "<enter-command>unset wait_key\n!clear ; fetchmail || [ $? -eq 1 ] bind index P collapse-all macro index n "<next-unread-mailbox>" macro pager n "<next-unread-mailbox>" +macro index i "<exit>" +macro pager i "<exit>" +macro index F "<flag-message>" +macro pager F "<flag-message>" macro index,pager M "T \n;WN^t \n" "Mark all messages read" macro index,pager c "<change-folder>?<change-dir><kill-line>~/mail<enter>" "Change folder" macro index,pager y "<change-folder>?<toggle-mailboxes>1\n\n" "Back to INBOX" |