mutt: Update neomutt configuration

Changed some colors, some keymaps and made it more flexible for new mail
account setups. Also removed most of the static gmail-related account
stuff since I don't need this in my public repo.
This commit is contained in:
Marty Oehme 2023-12-12 12:37:13 +01:00
parent 48ed4818f2
commit 78987c493e
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
9 changed files with 36 additions and 97 deletions

View file

@ -62,8 +62,8 @@ color index_number blue default
color index_subject cyan default '.*'
# For new mail:
color index brightyellow black "~N"
color index_author brightred black "~N"
color index brightyellow brightblack "~N"
color index_author brightred brightblack "~N"
color index_subject brightcyan black "~N"
color progress black cyan
@ -155,7 +155,7 @@ color attachment color8 default
color signature color8 default
# emails
# color body color14 default '[\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+'
color body color14 default '[\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+'
# hide "mailto"
color body color0 color0 '<mailto:[\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+>'