blob: 855cb8da01e8f27884c9ac39b6315413c9474473 (
plain) (
blame)
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
# venelles.rc
# general
color error color231 color212
#color indicator color0 color228
color indicator color0 color10
color markers color210 color233
color message color254 color233
color normal color254 color233
color prompt color254 color233
color search color84 color233
color status color249 color236
color tilde color231 color233
color tree color94 color233
color quoted color71 color233 # all quoted lines
color signature color212 color233
color progress white red
# message index
color index color159 color233 ~A # all messages
color index color35 color233 ~P # from me
color index color46 color233 ~N # new message line
color index_flags color22 color233 ~Q # replied to line
color index color178 color233 ~F # flagged message line
color index_flags color196 color233 ~F # flag colour
color index color160 color233 ~D # deleted message line
color index color215 color233 ~T # tagged message line
color index color197 color233 ~hX-Spam-Flag #spam
# sidebar
color sidebar_divider color192 color233 # The dividing line between the Sidebar and the Index/Pager panels
color sidebar_flagged color174 color233 # Mailboxes containing flagged mail
color sidebar_highlight color233 color101 # Cursor to select a mailbox
color sidebar_indicator color0 color10 # The mailbox open in the Index panel
color sidebar_new color46 color233 # Mailboxes containing new mail
color sidebar_ordinary color192 color233 # Mailboxes that have no new/flagged mails, etc.
color sidebar_spool_file color192 color233 # Mailbox that receives incoming mail
color sidebar_unread color192 color233 # Mailboxes containing unread mail
# message headers
color hdrdefault color233 color30
color header color231 color30 ^Subject:.*
color header white red ^X-Spam-Flag:.*
# message body
color attachment color222 color233
color body color9 color233 [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+ # email addresses
color body color231 color233 (^|[[:space:]])\\*[^[:space:]]+\\*([[:space:]]|$) # *bold* text
color body color231 color233 (^|[[:space:]])_[^[:space:]]+_([[:space:]]|$) # _underlined_ text
color body color231 color233 (^|[[:space:]])/[^[:space:]]+/([[:space:]]|$) # /italic/ text
color body color124 color233 Sent.from.*
color body color233 color155 "[;:]-*[)>(<|]"
color body color196 color233 "[*] .*:$" # Attribution (gukes)
color body color196 color233 "Le .* a écrit :$" # Attribution (French)
color body color196 color233 "On .* wrote:$"
color body color39 color233 "\\[[0-9]+\\]"
color body color143 color233 "^#v[-+]"
color body color39 color233 (https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+ # URLs
color body color235 color233 "\\[.*\\]"
color body color39 color233 "\\[-- .* --\\]"
# The older the email, the darker it appears.
color index color250 default "~d >7d" # older than 7 days
color index color248 default "~d >20d" # older than 20 days
color index color246 default "~d >30d" # older than 30 days
color index color244 default "~d >90d" # older than 90 days
# PGP111
color body color215 color233 "^Bonne signature de : .*"
color body color215 color233 "créée : .*"
color body color215 color233 "aka : .*"
color body color215 color233 "^ATTENTION ! Nous n'avons AUCUNE indication .*"
color body color215 color233 "^Empreinte : .*"
color body color196 color233 "^Signature problématique de : .*"
|