From 015ede7bc8212f079c3d9e2f2304b14457dbcfd9 Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Fri, 9 Mar 2012 10:18:49 +0530 Subject: Include searching Bcc header while looking for recipients --- mail/searchtypes.xml | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) (limited to 'mail') diff --git a/mail/searchtypes.xml b/mail/searchtypes.xml index c74f58cbf7..6357bfdb06 100644 --- a/mail/searchtypes.xml +++ b/mail/searchtypes.xml @@ -55,7 +55,8 @@ contains (match-all (or (header-contains "To" ${recipient}) - (header-contains "Cc" ${recipient}))) + (header-contains "Cc" ${recipient}) + (header-contains "Bcc" ${recipient}))) -- cgit v1.2.3