shared-storage.h revision 708efcd8581258763289b95cde119ca9423641d8
#ifndef SHARED_STORAGE_H
#define SHARED_STORAGE_H
#define SHARED_STORAGE_NAME "shared"
struct shared_storage {
struct mail_storage storage;
const char *ns_prefix_pattern;
const char *location, *unexpanded_location;
const char *storage_class_name;
};
struct mailbox_list *shared_mailbox_list_alloc(void);
/* Returns -1 = error, 0 = user doesn't exist, 1 = ok */
const char **_name);
#endif