procmail and mutt colors
This commit is contained in:
parent
6d17b93b5c
commit
14e928f0cf
2 changed files with 5 additions and 2 deletions
|
@ -16,9 +16,9 @@ mono index bold ~D
|
|||
# Highlights inside the body of a message.
|
||||
|
||||
# URLs
|
||||
color body brightgreen black "(http|ftp|news|telnet|finger)://[^ \"\t\r\n]*"
|
||||
color body brightgreen black "(https|http|ftp|news|telnet|finger)://[^ \"\t\r\n]*"
|
||||
color body brightgreen black "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"
|
||||
mono body bold "(http|ftp|news|telnet|finger)://[^ \"\t\r\n]*"
|
||||
mono body bold "(http|https|ftp|news|telnet|finger)://[^ \"\t\r\n]*"
|
||||
mono body bold "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"
|
||||
|
||||
#color body blue black "[*][-[:alnum:]]+[*]" # *bold*
|
||||
|
|
|
@ -72,6 +72,9 @@ SED=/bin/sed
|
|||
:0
|
||||
* ^From:.*FoxNews.*
|
||||
$SPAMBOX
|
||||
:0
|
||||
* ^Subject:.*BREAKING.*NEWS.*
|
||||
$SPAMBOX
|
||||
|
||||
#I don't need-it :D
|
||||
:0
|
||||
|
|
Loading…
Reference in a new issue