diff options
Diffstat (limited to 'camel/camel-folder-search.h')
-rw-r--r-- | camel/camel-folder-search.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/camel-folder-search.h b/camel/camel-folder-search.h index ff24950e53..e085ddf188 100644 --- a/camel/camel-folder-search.h +++ b/camel/camel-folder-search.h @@ -102,6 +102,9 @@ struct _CamelFolderSearchClass { /* (get-current-date) Retrieve 'now' as a time_t */ ESExpResult * (*get_current_date)(struct _ESExp *f, int argc, struct _ESExpResult **argv, CamelFolderSearch *s); + + /* (mlist-matches "mlist" ...) True if one of the mailing list matches */ + ESExpResult * (*mlist_matches)(struct _ESExp *f, int argc, struct _ESExpResult **argv, CamelFolderSearch *s); }; guint camel_folder_search_get_type (void); |