
| Current Path : /proc/thread-self/root/usr/local/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 : //proc/thread-self/root/usr/local/include/dovecot/maildir-settings.h |
#ifndef MAILDIR_SETTINGS_H
#define MAILDIR_SETTINGS_H
struct maildir_settings {
bool maildir_copy_with_hardlinks;
bool maildir_very_dirty_syncs;
bool maildir_broken_filename_sizes;
bool maildir_empty_new;
};
const struct setting_parser_info *maildir_get_setting_parser_info(void);
#endif