aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/mbox/camel-mbox-search.h
blob: 16efd4a023a23909f160de3c95db2d3e7e21c077 (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);

#endif /* ! _CAMEL_MBOX_SEARCH_H */