diff options
-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 |