view src/lib-storage/mail-copy.h @ 3209:923ff19873d4 HEAD

Major mail-storage API changes. It's now a bit cleaner and much more plugin friendly. Removed proxy_mailbox* stuff, they were difficult to use and there's now much easier way to replace them.
author Timo Sirainen <tss@iki.fi>
date Tue, 15 Mar 2005 21:01:50 +0200
parents 47e1e05cede0
children 3de464cb604f
line wrap: on
line source

#ifndef __MAIL_COPY_H
#define __MAIL_COPY_H

int mail_storage_copy(struct mailbox_transaction_context *t, struct mail *mail,
		      struct mail *dest_mail);

#endif