summaryrefslogtreecommitdiff
path: root/config/mutt
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2026-04-06 01:08:50 +0400
committerSuleyman Farajli <suleyman@farajli.net>2026-04-06 01:08:50 +0400
commit31b8540eee2eb09831678d7435299bf50c2ccb2e (patch)
treeb18688944bec28e374992c14c4ebd5fedbd6cc11 /config/mutt
parent9e9c416fe8978dffd0f5a7b5dc43e6606b96748d (diff)
fix(mutt): j/k does not skip deleted mails in index menudev
Diffstat (limited to 'config/mutt')
-rw-r--r--config/mutt/muttrc2
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"