view src/plugins/convert/convert-storage.h @ 4860:87ae4d41bc10 HEAD

Create storages with MAIL_STORAGE_FLAG_NO_AUTOCREATE flag so we don't keep recreating the old storage and converting it all the time. Also added convert_skip_broken_mailboxes flag.
author Timo Sirainen <tss@iki.fi>
date Sun, 03 Dec 2006 15:35:18 +0200
parents a506ee4ec31e
children c69786bd2017
line wrap: on
line source

#ifndef __CONVERT_STORAGE_H
#define __CONVERT_STORAGE_H

int convert_storage(const char *user, const char *home_dir,
		    const char *source_data, const char *dest_data,
		    bool skip_broken_mailboxes);

#endif