view src/imap/imap-expunge.h @ 7086:7ed926ed7aa4 HEAD

Updated copyright notices to include year 2008.
author Timo Sirainen <tss@iki.fi>
date Tue, 01 Jan 2008 22:05:21 +0200
parents e4eb71ae8e96
children 6e2e4e5c52f3
line wrap: on
line source

#ifndef IMAP_EXPUNGE_H
#define IMAP_EXPUNGE_H

bool imap_expunge(struct mailbox *box, struct mail_search_arg *next_search_arg);

#endif