#ifndef MAIL_COPY_H
#define MAIL_COPY_H
struct mail;
struct mail_save_context;
struct mailbox;
/* If save context already doesn't have some metadata fields set, copy them
from the given mail (e.g. received date, from envelope, guid). */
/* Returns TRUE if mail can be copied using hard linking from src to dest.
(Assuming the storage itself supports this.) */
#endif