Mercurial > dovecot > original-hg > dovecot-1.2
view src/plugins/convert/convert-storage.h @ 8082:db66611fd195 HEAD
Added struct mail_user and fixed the code to support multiple users per process.
author | Timo Sirainen <tss@iki.fi> |
---|---|
date | Tue, 12 Aug 2008 12:28:42 -0400 |
parents | 7cedc391e6c5 |
children |
line wrap: on
line source
#ifndef CONVERT_STORAGE_H #define CONVERT_STORAGE_H struct mail_namespace; struct convert_settings { bool skip_broken_mailboxes; bool skip_dotdirs; char alt_hierarchy_char; }; int convert_storage(const char *source_data, struct mail_namespace *dest_namespaces, const struct convert_settings *set); #endif