summaryrefslogtreecommitdiff
path: root/.config/neomutt/options
diff options
context:
space:
mode:
Diffstat (limited to '.config/neomutt/options')
-rw-r--r--.config/neomutt/options18
1 files changed, 14 insertions, 4 deletions
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'"