diff src/lib-storage/mail-copy.h @ 2446:47e1e05cede0 HEAD

Changed mail saving API to be nonblocking.
author Timo Sirainen <tss@iki.fi>
date Sun, 22 Aug 2004 12:17:08 +0300
parents
children 923ff19873d4
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/lib-storage/mail-copy.h	Sun Aug 22 12:17:08 2004 +0300
@@ -0,0 +1,7 @@
+#ifndef __MAIL_COPY_H
+#define __MAIL_COPY_H
+
+int mail_storage_copy(struct mailbox_transaction_context *t, struct mail *mail,
+		      struct mail **dest_mail_r);
+
+#endif