summaryrefslogtreecommitdiffstats
path: root/src/imap/imap-expunge.h
blob: e5b38251a16002b9acb7bf0190d6eb5e22fda06f (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef IMAP_EXPUNGE_H
#define IMAP_EXPUNGE_H

struct mail_search_arg;

int imap_expunge(struct mailbox *box, struct mail_search_arg *next_search_arg,
		 unsigned int *expunged_count)
	ATTR_NULL(2);

#endif