view src/lib-storage/mail-copy.h @ 10676:1fd7833c16ca HEAD

lib-storage: Mailbox deletion API changed. Mailbox deletion should now be free of race conditions. The actual file deletion code is now responsibility of mailbox_list backend.
author Timo Sirainen <tss@iki.fi>
date Tue, 09 Feb 2010 04:11:53 +0200
parents 68db63cc32b3
children 10c2540e91b9
line wrap: on
line source

#ifndef MAIL_COPY_H
#define MAIL_COPY_H

struct mail;
struct mail_save_context;

int mail_storage_copy(struct mail_save_context *ctx, struct mail *mail);

#endif