From 3997958d053bd829ae726edf6ca7d42575c000ce Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alejandro=20R=2E=20Sede=C3=B1o?= Date: Sat, 23 May 2009 18:28:18 -0400 Subject: [PATCH] Ignore CC'd personals in when coloring personals. --- lib/BarnOwl/Module/ColorUtils.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/BarnOwl/Module/ColorUtils.pm b/lib/BarnOwl/Module/ColorUtils.pm index 88d3c76..dd8662f 100644 --- a/lib/BarnOwl/Module/ColorUtils.pm +++ b/lib/BarnOwl/Module/ColorUtils.pm @@ -173,6 +173,7 @@ sub createFilters($) { if ($count) { push(@strs, '( type ^'.$mode2Protocol{$mode}.'$ and ( ( class ^message$ and instance ^personal$ ) or class ^login$ )' + . ' and ( not body ^CC )' . ' and ( sender ^('.$senders.')$ or recipient ^('.$senders.')$ ) )'); } } -- 2.45.2