aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/mbox/camel-mbox-search.h
blob: d232624386dc0f0d86dc9d5041c43e748adf5672 (plain) (blame)
1
2
3
4
5
6
7
8
9
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, CamelException *ex);

#endif /* ! _CAMEL_MBOX_SEARCH_H */