From 8aa44a9d090eb2bd94d358083ea31aca5f16b3ab Mon Sep 17 00:00:00 2001 From: "Anna (navi) Figueiredo Gomes" Date: Wed, 28 Jun 2023 13:19:22 -0300 Subject: update Signed-off-by: Anna (navi) Figueiredo Gomes --- .config/neomutt/options | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to '.config/neomutt/options') diff --git a/.config/neomutt/options b/.config/neomutt/options index a8cf7d2..46a329f 100644 --- a/.config/neomutt/options +++ b/.config/neomutt/options @@ -18,6 +18,9 @@ set smtp_pass = `pass navi@vlhl.dev` set imap_check_subscribed set imap_pass = `pass navi@vlhl.dev` +set header_cache = "~/.cache/neomutt" +set header_cache_backend = "lmdb" + set auto_subscribe = yes set pgp_default_key = "navi@vlhl.dev" @@ -37,15 +40,17 @@ set hide_thread_subject = no set status_format = "[ %f ]%>─[%r%m messages%?n? (%n new)?%?d? (%d to delete)?%?t? (%t tagged)?%?p? (%p postponed)? ]" set status_chars = " *%A" +set index_format = "%4C %Z %{%b %d} %-15.15F (%?l?%4l&%4c?) %s" + set help = no set sidebar_visible = yes set sidebar_width = 25 -set sidebar_format = '%D%?N? (%N)?%* %S' -set sidebar_folder_indent = yes +set sidebar_format = '%D%* %?N? (%N)?' +#set sidebar_folder_indent = yes set sidebar_next_new_wrap = yes -set sidebar_short_path = yes -set sidebar_indent_string = " > " +#set sidebar_short_path = yes +#set sidebar_indent_string = " > " set sidebar_sort_method = path auto_view text/html text/calendar application/ics @@ -54,4 +59,9 @@ set fast_reply set fcc_attach set reply_to +set confirm_append = no +set quit = yes + set alias_file="~/.config/neomutt/alias" + +set new_mail_command = "notify-send 'New mail!' 'You got new mail in %b mailboxes'" -- cgit v1.2.3