search for: maildir_fullsync_on_new_mtime_chang

Displaying 1 result from an estimated 1 matches for "maildir_fullsync_on_new_mtime_chang".

2018 Apr 24
1
dovecot vs. mutt: no full index sync on Maildir new/ mtime change
...sense for performance reasons for most users: https://www.dovecot.org/list/dovecot/2015-December/102588.html I, however, would be willing to take the performance hit of a full index sync whenever the mtime of new/ changes. Therefore, I looked at the code and tried to implement a config option (maildir_fullsync_on_new_mtime_change) for this behavior. However, my understanding of src/lib-storage/index/maildir/maildir-sync.c was not good enough ??I probably put the ctx->mbox->storage->set->maildir_fullsync_on_new_mtime_change check in the wrong place, and all my patch did was ruin the index ;) So, to summariz...