diff options
author | Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | 2023-06-28 13:19:22 -0300 |
---|---|---|
committer | Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | 2023-06-28 13:22:02 -0300 |
commit | 8aa44a9d090eb2bd94d358083ea31aca5f16b3ab (patch) | |
tree | ee1a433e2df6da98d6aa57bb03c3d9b38ca242f2 /.config/neomutt | |
parent | 6b2523b49746daaa2341ae6d16ca036df56cf548 (diff) |
update
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
Diffstat (limited to '.config/neomutt')
-rw-r--r-- | .config/neomutt/alias | 2 | ||||
-rw-r--r-- | .config/neomutt/colors | 3 | ||||
-rw-r--r-- | .config/neomutt/options | 18 |
3 files changed, 18 insertions, 5 deletions
diff --git a/.config/neomutt/alias b/.config/neomutt/alias index 40db4d5..9d6501e 100644 --- a/.config/neomutt/alias +++ b/.config/neomutt/alias @@ -1 +1,3 @@ alias martha martha <contact@martha.link> +alias lav Laura Aléanor <lav@vampires.gay> +alias natty Natálie Štefáčková <natty.sh.git@gmail.com> diff --git a/.config/neomutt/colors b/.config/neomutt/colors index 3a83cb0..a9a63c9 100644 --- a/.config/neomutt/colors +++ b/.config/neomutt/colors @@ -16,7 +16,8 @@ color index_subject brightblue default ~N color hdrdefault brightmagenta default color header brightblue default ^Subject: -color body blue default [\-\.+_a-zA-Z0-9]+@[\-\.+_a-zA-Z0-9]+ color body magenta default (https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+ +color body blue default [\-\.+_a-zA-Z0-9]+@[\-\.+_a-zA-Z0-9]+ +color body magenta default (https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+ color body brightdefault default (^|[[:space:]])\\*[^[:space:]]+\\*([[:space:]]|$) color body brightdefault default (^|[[:space:]])_[^[:space:]]+_([[:space:]]|$) color body brightdefault default (^|[[:space:]])/[^[:space:]]+/([[:space:]]|$) 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'" |