[evolution/webkit] Bug #593020 - Do not check Bcc in "Sender or Recipients" condition



commit 14c3d4bcac64627777d5bec1bf4616c9f50a8bd0
Author: Milan Crha <mcrha redhat com>
Date:   Mon Jan 10 17:51:11 2011 +0100

    Bug #593020 - Do not check Bcc in "Sender or Recipients" condition

 mail/searchtypes.xml  |   24 ++++++++----------------
 mail/vfoldertypes.xml |   24 ++++++++----------------
 2 files changed, 16 insertions(+), 32 deletions(-)
---
diff --git a/mail/searchtypes.xml b/mail/searchtypes.xml
index e7e82ed..bac9794 100644
--- a/mail/searchtypes.xml
+++ b/mail/searchtypes.xml
@@ -257,8 +257,7 @@
      <code>
        (match-all (or (header-contains "From" ${recipient})
                       (header-contains "To" ${recipient})
-                      (header-contains "Cc" ${recipient})
-                      (header-contains "Bcc" ${recipient})))
+                      (header-contains "Cc" ${recipient})))
      </code>
     </option>
     <option value="not contains">
@@ -267,8 +266,7 @@
        (match-all (not (or
                           (header-contains "From" ${recipient})
                           (header-contains "To" ${recipient})
-                          (header-contains "Cc" ${recipient})
-                         (header-contains "Bcc" ${recipient}))))
+                          (header-contains "Cc" ${recipient}))))
      </code>
     </option>
     <option value="is">
@@ -276,8 +274,7 @@
      <code>
        (match-all (or (header-matches "From" ${recipient})
                          (header-matches "To" ${recipient})
-                         (header-matches "Cc" ${recipient})
-                         (header-matches "Bcc" ${recipient})))
+                         (header-matches "Cc" ${recipient})))
      </code>
     </option>
     <option value="is not">
@@ -286,8 +283,7 @@
        (match-all (not (or
                (header-matches "From" ${recipient})
                (header-matches "To" ${recipient})
-               (header-matches "Cc" ${recipient})
-              (header-matches "Bcc" ${recipient}))))
+               (header-matches "Cc" ${recipient}))))
      </code>
     </option>
     <option value="starts with">
@@ -295,8 +291,7 @@
      <code>
         (match-all (or (header-starts-with "From" ${recipient})
                          (header-starts-with "To" ${recipient})
-                         (header-starts-with "Cc" ${recipient})
-                         (header-starts-with "Bcc" ${recipient})))
+                         (header-starts-with "Cc" ${recipient})))
      </code>
     </option>
     <option value="not starts with">
@@ -305,8 +300,7 @@
         (match-all (not (or
                (header-starts-with "From" ${recipient})
                (header-starts-with "To" ${recipient})
-               (header-starts-with "Cc" ${recipient})
-              (header-starts-with "Bcc" ${recipient}))))
+               (header-starts-with "Cc" ${recipient}))))
      </code>
     </option>
     <option value="ends with">
@@ -314,8 +308,7 @@
      <code>
         (match-all (or (header-ends-with "From" ${recipient})
                          (header-ends-with "To" ${recipient})
-                         (header-ends-with "Cc" ${recipient})
-                         (header-ends-with "Bcc" ${recipient})))
+                         (header-ends-with "Cc" ${recipient})))
      </code>
     </option>
     <option value="not ends with">
@@ -324,8 +317,7 @@
         (match-all (not (or
                (header-ends-with "From" ${recipient})
                (header-ends-with "To" ${recipient})
-               (header-ends-with "Cc" ${recipient})
-              (header-ends-with "Bcc" ${recipient}))))
+               (header-ends-with "Cc" ${recipient}))))
      </code>
     </option>
    </input>
diff --git a/mail/vfoldertypes.xml b/mail/vfoldertypes.xml
index 9fd117b..b2189c5 100644
--- a/mail/vfoldertypes.xml
+++ b/mail/vfoldertypes.xml
@@ -257,8 +257,7 @@
      <code>
 	(match-all (or (header-contains "From" ${recipient})
 	               (header-contains "To" ${recipient})
-	               (header-contains "Cc" ${recipient})
-	               (header-contains "Bcc" ${recipient})))
+	               (header-contains "Cc" ${recipient})))
      </code>
     </option>
     <option value="not contains">
@@ -267,8 +266,7 @@
 	(match-all (not (or
                           (header-contains "From" ${recipient})
                           (header-contains "To" ${recipient})
-                          (header-contains "Cc" ${recipient})
-	                  (header-contains "Bcc" ${recipient}))))
+                          (header-contains "Cc" ${recipient}))))
      </code>
     </option>
     <option value="is">
@@ -276,8 +274,7 @@
      <code>
 	(match-all (or (header-matches "From" ${recipient})
 	    	       (header-matches "To" ${recipient})
-	    	       (header-matches "Cc" ${recipient})
-	    	       (header-matches "Bcc" ${recipient})))
+	    	       (header-matches "Cc" ${recipient})))
      </code>
     </option>
     <option value="is not">
@@ -286,8 +283,7 @@
 	(match-all (not (or
                (header-matches "From" ${recipient})
                (header-matches "To" ${recipient})
-               (header-matches "Cc" ${recipient})
-	       (header-matches "Bcc" ${recipient}))))
+               (header-matches "Cc" ${recipient}))))
      </code>
     </option>
     <option value="starts with">
@@ -295,8 +291,7 @@
      <code>
         (match-all (or (header-starts-with "From" ${recipient})
 	    	       (header-starts-with "To" ${recipient})
-	    	       (header-starts-with "Cc" ${recipient})
-	    	       (header-starts-with "Bcc" ${recipient})))
+	    	       (header-starts-with "Cc" ${recipient})))
      </code>
     </option>
     <option value="not starts with">
@@ -305,8 +300,7 @@
         (match-all (not (or
                (header-starts-with "From" ${recipient})
                (header-starts-with "To" ${recipient})
-               (header-starts-with "Cc" ${recipient})
-	       (header-starts-with "Bcc" ${recipient}))))
+               (header-starts-with "Cc" ${recipient}))))
      </code>
     </option>
     <option value="ends with">
@@ -314,8 +308,7 @@
      <code>
         (match-all (or (header-ends-with "From" ${recipient})
 	    	       (header-ends-with "To" ${recipient})
-	    	       (header-ends-with "Cc" ${recipient})
-	    	       (header-ends-with "Bcc" ${recipient})))
+	    	       (header-ends-with "Cc" ${recipient})))
      </code>
     </option>
     <option value="not ends with">
@@ -324,8 +317,7 @@
         (match-all (not (or
                (header-ends-with "From" ${recipient})
                (header-ends-with "To" ${recipient})
-               (header-ends-with "Cc" ${recipient})
-	       (header-ends-with "Bcc" ${recipient}))))
+               (header-ends-with "Cc" ${recipient}))))
      </code>
     </option>
    </input>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]