7 changed files with 198 additions and 31 deletions
@ -0,0 +1,40 @@ |
|||||||
|
set allow_ansi=yes |
||||||
|
|
||||||
|
# color normal black color255 |
||||||
|
color quoted color236 default |
||||||
|
color quoted1 color242 default |
||||||
|
color quoted2 color246 default |
||||||
|
color quoted3 color252 default |
||||||
|
color quoted4 cyan default |
||||||
|
color quoted5 cyan default |
||||||
|
|
||||||
|
color indicator color117 black |
||||||
|
color message color28 default |
||||||
|
color status color109 color234 |
||||||
|
color error color58 default |
||||||
|
color attachment brightyellow default |
||||||
|
color signature color252 default |
||||||
|
color markers color104 default |
||||||
|
color tilde color69 default |
||||||
|
color search black color153 |
||||||
|
color tree color108 default |
||||||
|
color bold brightblack default |
||||||
|
|
||||||
|
color hdrdefault black default |
||||||
|
color header brightgreen default '^Date:' |
||||||
|
color header brightcyan default ^(From|To|Cc|Reply-To|Subject): |
||||||
|
|
||||||
|
color index color38 default ~N |
||||||
|
color index color100 default ~F |
||||||
|
color index color55 default ~T |
||||||
|
color index color18 default ~D |
||||||
|
|
||||||
|
color body color18 default "(http|https|ftp|news|telnet|finger)://[^ \">\t\r\n]*" |
||||||
|
color body color66 default "mailto:[-a-z_0-9.]+ <at> [-a-z_0-9.]+" |
||||||
|
color body color18 default "news:[^ \">\t\r\n]*" |
||||||
|
color body color112 default "[-a-z_0-9.%$]+ <at> [-a-z_0-9.]+\\.[-a-z][-a-z]+" |
||||||
|
color body color112 default "^.*(Autoview|Автопросмотр).*$" |
||||||
|
|
||||||
|
#emails |
||||||
|
color body brightmagenta default "((@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\]),)*@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\]):)?[0-9a-z_.+%$-]+@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\])" |
||||||
|
|
@ -0,0 +1,44 @@ |
|||||||
|
#----------------------------snip---------------------- |
||||||
|
|
||||||
|
set allow_ansi=yes |
||||||
|
|
||||||
|
# color normal black color255 |
||||||
|
color quoted color236 color255 |
||||||
|
color quoted1 color242 color255 |
||||||
|
color quoted2 color246 color255 |
||||||
|
color quoted3 color252 color255 |
||||||
|
#color quoted4 cyan color255 |
||||||
|
#color quoted5 cyan color255 |
||||||
|
|
||||||
|
color indicator black color254 |
||||||
|
color message color28 color254 |
||||||
|
color status color33 color236 |
||||||
|
color error color58 color254 |
||||||
|
color attachment black color254 |
||||||
|
color signature color252 color254 |
||||||
|
color markers color104 color254 |
||||||
|
color tilde color69 color254 |
||||||
|
color search black color153 |
||||||
|
color tree color184 color255 |
||||||
|
color bold brightblack color254 |
||||||
|
|
||||||
|
color hdrdefault black color254 |
||||||
|
color header black color254 '^From:' |
||||||
|
color header black color254 '^Subject:' |
||||||
|
color header black color254 '^To:' |
||||||
|
|
||||||
|
color index color31 color255 ~N |
||||||
|
color index color100 color254 ~F |
||||||
|
color index color55 color254 ~T |
||||||
|
color index color244 color255 ~D |
||||||
|
|
||||||
|
color body color18 color254 "(http|https|ftp|news|telnet|finger)://[^ \">\t\r\n]*" |
||||||
|
color body color37 color255 "mailto:[-a-z_0-9.]+ <at> [-a-z_0-9.]+" |
||||||
|
color body color18 color254 "news:[^ \">\t\r\n]*" |
||||||
|
color body color61 color254 "[-a-z_0-9.%$]+ <at> [-a-z_0-9.]+\\.[-a-z][-a-z]+" |
||||||
|
color body color112 color254 "^.*Autoview.*$" |
||||||
|
|
||||||
|
#emails |
||||||
|
color body brightmagenta default "((@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\]),)*@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\]):)?[0-9a-z_.+%$-]+@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\])" |
||||||
|
|
||||||
|
#eof |
@ -0,0 +1,42 @@ |
|||||||
|
|
||||||
|
#-------------------snip----------------------- |
||||||
|
set allow_ansi=yes |
||||||
|
|
||||||
|
color normal black color255 |
||||||
|
color quoted color236 color255 |
||||||
|
color quoted1 color242 color255 |
||||||
|
color quoted2 color246 color255 |
||||||
|
color quoted3 color252 color255 |
||||||
|
#color quoted4 cyan color255 |
||||||
|
#color quoted5 cyan color255 |
||||||
|
|
||||||
|
color indicator black color254 |
||||||
|
color message color28 color254 |
||||||
|
color status color143 color234 |
||||||
|
color error color58 color254 |
||||||
|
color attachment black color254 |
||||||
|
color signature color252 color254 |
||||||
|
color markers color104 color254 |
||||||
|
color tilde color69 color254 |
||||||
|
color search black color153 |
||||||
|
color tree color184 color255 |
||||||
|
color bold brightblack color254 |
||||||
|
|
||||||
|
color hdrdefault black color254 |
||||||
|
color header black color254 '^From:' |
||||||
|
color header black color254 '^Subject:' |
||||||
|
color header black color254 '^To:' |
||||||
|
|
||||||
|
color index color28 color255 ~N |
||||||
|
color index color100 color254 ~F |
||||||
|
color index color55 color254 ~T |
||||||
|
color index color244 color255 ~D |
||||||
|
|
||||||
|
color body color18 color254 "(http|https|ftp|news|telnet|finger)://[^ \">\t\r\n]*" |
||||||
|
color body color37 color255 "mailto:[-a-z_0-9.]+ <at> [-a-z_0-9.]+" |
||||||
|
color body color18 color254 "news:[^ \">\t\r\n]*" |
||||||
|
color body color112 color254 "[-a-z_0-9.%$]+ <at> [-a-z_0-9.]+\\.[-a-z][-a-z]+" |
||||||
|
color body color112 color254 "^.*Autoview.*$" |
||||||
|
|
||||||
|
|
||||||
|
|
@ -0,0 +1,39 @@ |
|||||||
|
|
||||||
|
#-------------------snip----------------------- |
||||||
|
set allow_ansi=yes |
||||||
|
|
||||||
|
color normal black default |
||||||
|
color quoted color65 default |
||||||
|
color quoted1 color138 default |
||||||
|
color quoted2 color58 default |
||||||
|
color quoted3 color105 default |
||||||
|
color quoted4 cyan default |
||||||
|
color quoted5 cyan default |
||||||
|
|
||||||
|
color indicator black color249 |
||||||
|
color message green default |
||||||
|
color status color139 color254 |
||||||
|
color error color58 default |
||||||
|
color attachment black default |
||||||
|
color signature color253 default |
||||||
|
color markers red yellow |
||||||
|
color tilde black default |
||||||
|
color search black green |
||||||
|
color tree black default |
||||||
|
color bold black default |
||||||
|
|
||||||
|
color hdrdefault black default |
||||||
|
color header green default '^From:' |
||||||
|
color header green default '^Subject:' |
||||||
|
color header cyan default '^To:.*corky1951' |
||||||
|
|
||||||
|
color index color22 default ~N |
||||||
|
color index blue default ~F |
||||||
|
color index color55 default ~T |
||||||
|
color index color52 default ~D |
||||||
|
|
||||||
|
color body color22 default "(http|https|ftp|news|telnet|finger)://[^ \">\t\r\n]*" |
||||||
|
color body color22 default "mailto:[-a-z_0-9.]+ <at> [-a-z_0-9.]+" |
||||||
|
color body color22 default "news:[^ \">\t\r\n]*" |
||||||
|
|
||||||
|
color body green default "[-a-z_0-9.%$]+ <at> [-a-z_0-9.]+\\.[-a-z][-a-z]+" |
Loading…
Reference in new issue