mutt-wizard

mutt and isync auto-configuration
git clone https://git.awy.one/mutt-wizard
Log | Files | Refs | README | LICENSE

nord.muttrc (1032B) - View raw


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# global

color normal default default
color error brightred default
color status white blue
color message brightgreen default
color search yellow default
color attachment brightmagenta default
color signature cyan default

# header
color header brightcyan default "^(From|To|Cc|Bcc|Reply-To)"
color header brightblue default "^Subject"
color header brightwhite default "^Date"

# index (email list)
color index white default "~R" # Read
color index brightblue default "~N" # New
color index brightcyan default "~U" # Unread
color index yellow default "~F" # Flagged
color index magenta default "~T" # Tagged
color index_author blue default "~R"
color index_author brightblue default "~N"

# quoted text in emails
color quoted blue default
color quoted1 cyan default
color quoted2 magenta default
color quoted3 brightmagenta default

# tilde and markers
color tilde cyan default
color markers black cyan

# links and emails in the body
color body brightblue default "https?://[^ \"\t\r\n]+"
color body magenta default "[^ ]+@[^ ]+"