aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-10-11 09:42:04 +0200
committerPatrick Spek <p.spek@tyil.nl>2021-08-14 11:59:43 +0200
commit9c5780535b1b99bf9a4bb48ca8e185280a78304c (patch)
tree766289d443bb989ea1c0f4a653a0b6fd9293c431 /.config
parent4d2b565750ad326a7f0b96a84513d7cf965ce312 (diff)
Update colors in neomutt
Diffstat (limited to '.config')
-rw-r--r--.config/neomutt/neomuttrc20
1 files changed, 13 insertions, 7 deletions
diff --git a/.config/neomutt/neomuttrc b/.config/neomutt/neomuttrc
index 8ec683d..2e6dcc2 100644
--- a/.config/neomutt/neomuttrc
+++ b/.config/neomutt/neomuttrc
@@ -36,7 +36,7 @@ set mbox_type=Maildir
set folder="~/mail"
set spoolfile=+/
set sort=threads
-set index_format="%-60.60s %Z %-15.15L %g"
+set index_format="%-60.60s %Z %[%Y-%m-%d %H:%M] %-15.15L %g"
set virtual_spoolfile=yes
virtual-mailboxes \
@@ -95,9 +95,15 @@ set pgp_list_secring_command="gpg --no-verbose --batch --quiet --with-colons --w
set pgp_good_sign="^\\[GNUPG:\\] GOODSIG"
set pgp_check_gpg_decrypt_status_fd
-# "Theme"
-color index default default '.*'
-color hdrdefault white default
-color signature white default
-color quoted green default
-color quoted1 cyan default
+# Apply custom theme for messages
+color hdrdefault white default
+color quoted green default
+color quoted1 cyan default
+color signature white default
+
+# Apply custom theme for index
+color index default default '.*' # Cleanse all defaults
+color index white default "~R" # read messages
+color index default default "~U" # unread messages
+color index yellow default "~T" # tagged messages
+color index blue default "~P" # messages sent by me