diff options
Diffstat (limited to 'camel/providers/mbox/camel-mbox-search.h')
-rw-r--r-- | camel/providers/mbox/camel-mbox-search.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/camel/providers/mbox/camel-mbox-search.h b/camel/providers/mbox/camel-mbox-search.h new file mode 100644 index 0000000000..16efd4a023 --- /dev/null +++ b/camel/providers/mbox/camel-mbox-search.h @@ -0,0 +1,10 @@ + +#ifndef _CAMEL_MBOX_SEARCH_H +#define _CAMEL_MBOX_SEARCH_H + +#include "camel-mbox-folder.h" + +GList *camel_mbox_folder_search_by_expression(CamelFolder *folder, const char *expression); + +#endif /* ! _CAMEL_MBOX_SEARCH_H */ + |