diff options
author | Tharre <tharre3@gmail.com> | 2016-10-04 10:11:48 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2016-10-07 20:13:40 +0000 |
commit | d4f1a0f27100ff2f4380fa4cf38b09e7f0c051f7 (patch) | |
tree | e87d06926cf802cffee01b7afa3ce6a2e2d1061e | |
parent | 921665ddc86ac02d211ba55804b546d77b6ecd7a (diff) | |
download | dotfiles-d4f1a0f27100ff2f4380fa4cf38b09e7f0c051f7.tar.gz dotfiles-d4f1a0f27100ff2f4380fa4cf38b09e7f0c051f7.tar.xz dotfiles-d4f1a0f27100ff2f4380fa4cf38b09e7f0c051f7.zip |
mutt: don't skip over deleted messages
-rw-r--r-- | email/_mutt/muttrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/email/_mutt/muttrc b/email/_mutt/muttrc index 8cc0424..bd1c83a 100644 --- a/email/_mutt/muttrc +++ b/email/_mutt/muttrc @@ -63,6 +63,10 @@ set reply_regexp = "^(([Rr][Ee]?(\[[0-9]+\])?: *)?(\[[^]]+\] *)?)*" bind index gg first-entry bind index G last-entry +# don't skip over deleted messages +bind index j next-entry +bind index k previous-entry + bind index R group-reply bind index <tab> sync-mailbox bind index <space> collapse-thread |