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