From 6f0ad2d479e0e9a11a600dbe321227e9457044fc Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sun, 8 Dec 2019 07:43:38 -0500 Subject: do not skip over deleted messages by default --- share/mutt-wizard.muttrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'share/mutt-wizard.muttrc') diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc index 2c96b19..dc58c48 100644 --- a/share/mutt-wizard.muttrc +++ b/share/mutt-wizard.muttrc @@ -30,6 +30,8 @@ bind index,pager g noop bind index \Cf noop # General rebindings +bind index j next-entry +bind index k previous-entry bind attach view-mailcap bind attach l view-mailcap bind editor noop -- cgit v1.2.3 From ab3368f1aaf63208c0cb6ae6f0c8bf685b9a4235 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 28 Dec 2019 08:48:46 -0500 Subject: display all flags/tags --- share/mutt-wizard.muttrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/mutt-wizard.muttrc') diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc index dc58c48..3dd2f6c 100644 --- a/share/mutt-wizard.muttrc +++ b/share/mutt-wizard.muttrc @@ -5,7 +5,7 @@ # If you want to override any settings, set those in your muttrc. set mailcap_path = /usr/local/share/mutt-wizard/mailcap set date_format="%y/%m/%d %I:%M%p" -set index_format="%2C %zs %?X?A& ? %D %-15.15F %s (%-4.4c)" +set index_format="%2C %Z %?X?A& ? %D %-15.15F %s (%-4.4c)" set sort = 'reverse-date' set smtp_authenticators = 'gssapi:login' set query_command = "abook --mutt-query '%s'" -- cgit v1.2.3 From 86b2d78f0b3386ca15a21ef3931a69fac09e5b20 Mon Sep 17 00:00:00 2001 From: alps2006 Date: Sun, 7 Jun 2020 04:50:40 +0800 Subject: Improved key mapping that can quickly selected item with in query mode (abook) (#446) --- share/mutt-wizard.muttrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/mutt-wizard.muttrc') diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc index 3dd2f6c..aafb3d5 100644 --- a/share/mutt-wizard.muttrc +++ b/share/mutt-wizard.muttrc @@ -46,7 +46,7 @@ bind index U undelete-message bind index L limit bind index h noop bind index l display-message -bind index tag-entry +bind index,query tag-entry #bind browser h goto-parent macro browser h '..' "Go to parent folder" bind index,pager H view-raw-message -- cgit v1.2.3