mail-storage-settings.h revision d2e74f2af690b8e2d536400f02f397cbed1334b7
13857cf3d073b697cd037788ceabde7eb41a22c0Jan Zeleny const char *name;
13857cf3d073b697cd037788ceabde7eb41a22c0Jan Zeleny const char *type;
13857cf3d073b697cd037788ceabde7eb41a22c0Jan Zeleny const char *prefix;
13857cf3d073b697cd037788ceabde7eb41a22c0Jan Zeleny const char *list;
13857cf3d073b697cd037788ceabde7eb41a22c0Jan Zeleny/* <settings checks> */
13857cf3d073b697cd037788ceabde7eb41a22c0Jan Zeleny/* </settings checks> */
13857cf3d073b697cd037788ceabde7eb41a22c0Jan Zeleny const char *name;
13857cf3d073b697cd037788ceabde7eb41a22c0Jan Zeleny const char *driver;
13857cf3d073b697cd037788ceabde7eb41a22c0Jan Zeleny ARRAY(struct mail_namespace_settings *) namespaces;
13857cf3d073b697cd037788ceabde7eb41a22c0Jan Zelenyextern const struct setting_parser_info mail_user_setting_parser_info;
13857cf3d073b697cd037788ceabde7eb41a22c0Jan Zelenyextern const struct setting_parser_info mail_namespace_setting_parser_info;
13857cf3d073b697cd037788ceabde7eb41a22c0Jan Zelenyextern const struct setting_parser_info mail_storage_setting_parser_info;
13857cf3d073b697cd037788ceabde7eb41a22c0Jan Zelenyextern const struct mail_namespace_settings mail_namespace_default_settings;
13857cf3d073b697cd037788ceabde7eb41a22c0Jan Zelenyextern const struct mailbox_settings mailbox_default_settings;
13857cf3d073b697cd037788ceabde7eb41a22c0Jan Zelenymail_user_set_get_driver_settings(const struct setting_parser_info *info,
13857cf3d073b697cd037788ceabde7eb41a22c0Jan Zeleny const char *driver);
82b5429d1438392c45e70a0f84dd4d0f5fa1a171Jakub Hrozekmail_user_set_get_storage_set(struct mail_user *user);