diff options
Diffstat (limited to 'camel/camel-search-private.h')
-rw-r--r-- | camel/camel-search-private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-search-private.h b/camel/camel-search-private.h index fdfe977a29..d2c4ea0b1c 100644 --- a/camel/camel-search-private.h +++ b/camel/camel-search-private.h @@ -42,6 +42,7 @@ typedef enum { CAMEL_SEARCH_TYPE_ENCODED, CAMEL_SEARCH_TYPE_ADDRESS, CAMEL_SEARCH_TYPE_ADDRESS_ENCODED, + CAMEL_SEARCH_TYPE_MLIST, /* its a mailing list pseudo-header */ } camel_search_t; /* builds a regex that represents a string search */ |