view src/lib-storage/mail-copy.h @ 8999:afc1b0ef120d HEAD

When :MAILBOXDIR= was empty, we might have appended extra '/' to it, which caused problems.
author Timo Sirainen <tss@iki.fi>
date Thu, 30 Apr 2009 20:00:09 -0400
parents 68db63cc32b3
children
line wrap: on
line source

#ifndef MAIL_COPY_H
#define MAIL_COPY_H

int mail_storage_copy(struct mail_save_context *ctx, struct mail *mail);

#endif