diff options
Diffstat (limited to 'camel/camel-folder-search.h')
-rw-r--r-- | camel/camel-folder-search.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/camel-folder-search.h b/camel/camel-folder-search.h index e085ddf188..2dd195569e 100644 --- a/camel/camel-folder-search.h +++ b/camel/camel-folder-search.h @@ -103,8 +103,8 @@ 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); + /* (uid "uid" ...) True if the uid is in the list */ + ESExpResult * (*uid)(struct _ESExp *f, int argc, struct _ESExpResult **argv, CamelFolderSearch *s); }; guint camel_folder_search_get_type (void); |