more progress towards solid neomutt config

This commit is contained in:
Andrew Davidson 2024-09-11 22:48:02 -07:00
parent fe55b77047
commit 6fe2296c0d
Signed by: amd
SSH key fingerprint: SHA256:bEXCGvHGPU8WP+o0a21VMf/KNEnNKxHz0fe64QX30kg

View file

@ -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