From 31b8540eee2eb09831678d7435299bf50c2ccb2e Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Mon, 6 Apr 2026 01:08:50 +0400 Subject: fix(mutt): j/k does not skip deleted mails in index menu --- config/mutt/muttrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') 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 "" "go to bottom" -- cgit v1.2.3