diff options
Diffstat (limited to 'mutt')
| -rw-r--r-- | mutt/muttrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mutt/muttrc b/mutt/muttrc index 6f9b820..fb3fd7e 100644 --- a/mutt/muttrc +++ b/mutt/muttrc | |||
| @@ -48,7 +48,7 @@ bind index y edit-label | |||
| 48 | bind index x tag-entry | 48 | bind index x tag-entry |
| 49 | bind index t edit-label | 49 | bind index t edit-label |
| 50 | bind index,browser l select-entry | 50 | bind index,browser l select-entry |
| 51 | bind index \cl limit | 51 | bind index \\ limit |
| 52 | bind index \cj next-entry | 52 | bind index \cj next-entry |
| 53 | bind index \ck previous-entry | 53 | bind index \ck previous-entry |
| 54 | bind index,browser G last-entry | 54 | bind index,browser G last-entry |
| @@ -75,7 +75,7 @@ macro generic,index,pager \cr ":source ~/.config/mutt/muttrc\n" "Reload mutt's c | |||
| 75 | macro index <Return> ":exec sync-mailbox\n" "Sync Mailbox" | 75 | macro index <Return> ":exec sync-mailbox\n" "Sync Mailbox" |
| 76 | macro index *a "Tall\n" "Select All" | 76 | macro index *a "Tall\n" "Select All" |
| 77 | macro index *n "\ctall\n" "Deselect All" | 77 | macro index *n "\ctall\n" "Deselect All" |
| 78 | macro index h "\clall\n" "All messages" | 78 | macro index h "\\all\n" "All messages" |
| 79 | macro index d '<tag-prefix><delete-message>' 'Delete' | 79 | macro index d '<tag-prefix><delete-message>' 'Delete' |
| 80 | 80 | ||
| 81 | # Sidebar | 81 | # Sidebar |