diff src/lib-storage/mail-copy.h @ 3641:3de464cb604f HEAD

Added flags and keywords parameters to mailbox_copy() in case they're wanted to be changed while copying.
author Timo Sirainen <tss@iki.fi>
date Fri, 07 Oct 2005 12:34:04 +0300
parents 923ff19873d4
children e4eb71ae8e96
line wrap: on
line diff
--- a/src/lib-storage/mail-copy.h	Wed Oct 05 22:44:05 2005 +0300
+++ b/src/lib-storage/mail-copy.h	Fri Oct 07 12:34:04 2005 +0300
@@ -2,6 +2,7 @@
 #define __MAIL_COPY_H
 
 int mail_storage_copy(struct mailbox_transaction_context *t, struct mail *mail,
+		      enum mail_flags flags, struct mail_keywords *keywords,
 		      struct mail *dest_mail);
 
 #endif