demo/user-2.neomuttrc
-rw-r--r-- 2.3 KiB
1# vim: set filetype=neomuttrc :
2
3set mbox_type=Maildir
4set folder="mail/demo-2@example.org"
5set spoolfile=+
6
7set realname = 'kevin'
8set from = kevin@ayllu-dev.local
9
10set smtp_url=smtp://kevin@127.0.0.1:2525
11set ssl_starttls = no
12set ssl_force_tls = false
13
14set sidebar_visible
15set sidebar_format = "%B%<F? [%F]>%* %<N?%N/>%S"
16# set mail_check_stats
17
18color normal default default # Text is "Text"
19color index color2 default ~N # New Messages are Green
20color index color1 default ~F # Flagged messages are Red
21color index color13 default ~T # Tagged Messages are Red
22color index color1 default ~D # Messages to delete are Red
23color attachment color5 default # Attachments are Pink
24color signature color8 default # Signatures are Surface 2
25color search color4 default # Highlighted results are Blue
26
27color indicator default color8 # currently highlighted message Surface 2=Background Text=Foreground
28color error color1 default # error messages are Red
29color status color15 default # status line "Subtext 0"
30color tree color15 default # thread tree arrows Subtext 0
31color tilde color15 default # blank line padding Subtext 0
32
33color hdrdefault color13 default # default headers Pink
34color header color13 default "^From:"
35color header color13 default "^Subject:"
36
37color quoted color15 default # Subtext 0
38color quoted1 color7 default # Subtext 1
39color quoted2 color8 default # Surface 2
40color quoted3 color0 default # Surface 1
41color quoted4 color0 default
42color quoted5 color0 default
43
44color body color2 default [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+ # email addresses Green
45color body color2 default (https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+ # URLs Green
46color body color4 default (^|[[:space:]])\\*[^[:space:]]+\\*([[:space:]]|$) # *bold* text Blue
47color body color4 default (^|[[:space:]])_[^[:space:]]+_([[:space:]]|$) # _underlined_ text Blue
48color body color4 default (^|[[:space:]])/[^[:space:]]+/([[:space:]]|$) # /italic/ text Blue
49
50color sidebar_flagged color1 default # Mailboxes with flagged mails are Red
51color sidebar_new color10 default # Mailboxes with new mail are Green