jaromail

a commandline tool to easily and privately handle your e-mail
git clone git://parazyd.org/jaromail.git
Log | Files | Refs | Submodules | README

commit be457efe87a88b1168c74437ea38d1ec50f0da97
parent 855eedaf34c18aca266c7b281da52d23fae3e88f
Author: Jaromil <jaromil@dyne.org>
Date:   Wed, 23 Jul 2014 15:48:03 +0200

sieve filters now also look into cc: for 'to' rules

Diffstat:
Msrc/zlibs/filters | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/zlibs/filters b/src/zlibs/filters @@ -521,7 +521,7 @@ EOF sieve_filter_array+=($f); done sieve_filter \ - 'if header :contains "To"' \ + 'if header :contains [ "To","Cc" ] ' \ filters }