diff options
| author | Suleyman Farajli <suleyman@farajli.net> | 2026-04-06 01:08:50 +0400 |
|---|---|---|
| committer | Suleyman Farajli <suleyman@farajli.net> | 2026-04-06 01:08:50 +0400 |
| commit | 31b8540eee2eb09831678d7435299bf50c2ccb2e (patch) | |
| tree | b18688944bec28e374992c14c4ebd5fedbd6cc11 | |
| parent | 9e9c416fe8978dffd0f5a7b5dc43e6606b96748d (diff) | |
fix(mutt): j/k does not skip deleted mails in index menudev
| -rw-r--r-- | config/mutt/muttrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/mutt/muttrc b/config/mutt/muttrc index 78a1eb2..8e85dfc 100644 --- a/config/mutt/muttrc +++ b/config/mutt/muttrc @@ -75,6 +75,8 @@ bind attach l view-mailcap bind browser l select-entry bind index l display-message bind pager j next-line +bind index j next-entry +bind index k previous-entry bind pager k previous-line bind pager l view-attachments macro index G "<last-entry>" "go to bottom" |
