Cross Reference: maildir-settings.h
xref
: /
dovecot
/
src
/
lib-storage
/
index
/
maildir
/
maildir-settings.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
#
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