aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-search-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-search-private.h')
-rw-r--r--camel/camel-search-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-search-private.h b/camel/camel-search-private.h
index ac88dd7257..fdfe977a29 100644
--- a/camel/camel-search-private.h
+++ b/camel/camel-search-private.h
@@ -26,6 +26,7 @@ typedef enum {
CAMEL_SEARCH_MATCH_END = 1<<1,
CAMEL_SEARCH_MATCH_REGEX = 1<<2, /* disables the first 2 */
CAMEL_SEARCH_MATCH_ICASE = 1<<3,
+ CAMEL_SEARCH_MATCH_NEWLINE = 1<<4,
} camel_search_flags_t;
typedef enum {