From 6fe2296c0d051cff8658f9021bc056aeb5815ba9 Mon Sep 17 00:00:00 2001 From: Andrew Davidson Date: Wed, 11 Sep 2024 22:48:02 -0700 Subject: [PATCH] more progress towards solid neomutt config --- neomutt/.config/neomutt/neomuttrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/neomutt/.config/neomutt/neomuttrc b/neomutt/.config/neomutt/neomuttrc index a9a7bac..ffd3764 100644 --- a/neomutt/.config/neomutt/neomuttrc +++ b/neomutt/.config/neomutt/neomuttrc @@ -25,6 +25,7 @@ set trash = "=Trash" set header_cache = "~/.cache/mutt/headers" set message_cachedir = "~/.cache/mutt/messages" + ### Local Settings set mail_check = 60 # check for mail every XX seconds set imap_keepalive = 900 # does what it says on the tin, in seconds @@ -44,6 +45,7 @@ set send_charset = "utf-8:iso-8859-1:us-ascii" # send in utf-8 set editor = "nvim" # we know we want to edit in nvim unset confirmappend # don't double check when moving messages set reverse_alias # if an alias is set for a contact, use that +set pager_index_lines = 10 # Shows 10 lines of index when pager is active ### Message threading @@ -57,6 +59,7 @@ set sidebar_visible # show the sidebar set sidebar_short_path # simplify paths in sidebar unset sidebar_folder_indent # indent mailboxes in sidebar set sidebar_format = "%B %* [%?N?%N/?%S]" # what should the sidebar display +set sidebar_sort_method = path set mail_check_stats # check mailbox statistics for sidebar view