1 # This configuration file contains the default settings used by old debian
4 set quote_regexp="^[ \t]*[a-zA-Z\.]*>" # Default: "^([ \t]*[>|#:}])+"
9 ignore Resent- Precedence In-Reply-To Return-Receipt-To Mailer X400
10 ignore Originator X-Loop X-Mailing-List X-Listprocessor X-Face
11 ignore X-Received X-Mailer X-Envelope-To X-Sender X-Attribution
12 # Usenet headers can occur for Cc-ed messages; they can still be
13 # recognized by the Newsgroups header.
14 ignore Path Lines NNTP-Posting-Host X-Newsreader X-Submitted-Via
20 bind editor <delete> delete-char
22 # Color / video attribute definitions. Not too flashy.
25 color hdrdefault green black
26 color header brightyellow black "^from:"
27 mono header bold "^from:"
28 color header brightyellow black "^subject:"
29 mono header bold "^subject:"
30 color quoted green black
31 color signature brightred black
32 color indicator brightyellow red
33 color error brightred black
35 color status brightwhite blue
36 color tree brightmagenta black
37 color tilde brightmagenta black
38 # URL highlighting with the same regexp as urlview.
39 color body brightyellow black (((ht|f)tps?)|mailto):(//)?[^\ "\t]*|www\.[-a-z0-9.]+)[^\ .,;\t>">]
40 mono body bold (((ht|f)tps?)|mailto):(//)?[^\ "\t]*|www\.[-a-z0-9.]+)[^\ .,;\t>">]
41 color body brightmagenta black "[-a-z_0-9.]+@[-a-z_0-9.]+"
42 mono body bold "[-a-z_0-9.]+@[-a-z_0-9.]+"
43 color body brightyellow black "^Good signature"
44 mono body bold "^Good signature"
45 color body brightwhite red "^Bad signature from.*"
46 mono body bold "^Bad signature from.*"