[evolution-data-server] [Camel] Run "headers-end-with" search rule in memory



commit 011a6699acda48e903b55ff1544c8ea9b78fa414
Author: Milan Crha <mcrha redhat com>
Date:   Tue Feb 16 19:30:04 2016 +0100

    [Camel] Run "headers-end-with" search rule in memory
    
    This is related to bug 761229, the search folders with this rule
    could fail when used for address headers, because there was missing
    the decode of the address to properly match the end of it.

 camel/camel-folder-search.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/camel/camel-folder-search.c b/camel/camel-folder-search.c
index 4ab2412..23a163e 100644
--- a/camel/camel-folder-search.c
+++ b/camel/camel-folder-search.c
@@ -1871,6 +1871,7 @@ do_search_in_memory (CamelFolder *search_in_folder,
                "header-full-regex",
                "header-contains",
                "header-has-words",
+               "header-ends-with",
                NULL };
        gint i;
 


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