
| Current Path : /include/dovecot/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //include/dovecot/mbox-settings.h |
#ifndef MBOX_SETTINGS_H
#define MBOX_SETTINGS_H
struct mbox_settings {
const char *mbox_read_locks;
const char *mbox_write_locks;
unsigned int mbox_lock_timeout;
unsigned int mbox_dotlock_change_timeout;
uoff_t mbox_min_index_size;
bool mbox_dirty_syncs;
bool mbox_very_dirty_syncs;
bool mbox_lazy_writes;
const char *mbox_md5;
};
const struct setting_parser_info *mbox_get_setting_parser_info(void);
#endif