aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/mbox/camel-mbox-search.h
blob: f99d922252bad34841f2feed992f511395a4f264 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11

#ifndef _CAMEL_MBOX_SEARCH_H
#define _CAMEL_MBOX_SEARCH_H

#include <glib.h>
#include "camel-mbox-folder.h"

GList *camel_mbox_folder_search_by_expression(CamelFolder *folder, const char *expression, CamelException *ex);

#endif /* ! _CAMEL_MBOX_SEARCH_H */