comparison src/lib-storage/mail-copy.h @ 8726:68db63cc32b3 HEAD

Mail copying API changed to be based on save API. This allows extending it easily in future.
author Timo Sirainen <tss@iki.fi>
date Fri, 06 Feb 2009 12:49:46 -0500
parents e4eb71ae8e96
children 1fd7833c16ca
comparison
equal deleted inserted replaced
8725:c7142c9ac3c1 8726:68db63cc32b3
1 #ifndef MAIL_COPY_H 1 #ifndef MAIL_COPY_H
2 #define MAIL_COPY_H 2 #define MAIL_COPY_H
3 3
4 int mail_storage_copy(struct mailbox_transaction_context *t, struct mail *mail, 4 int mail_storage_copy(struct mail_save_context *ctx, struct mail *mail);
5 enum mail_flags flags, struct mail_keywords *keywords,
6 struct mail *dest_mail);
7 5
8 #endif 6 #endif