Displaying 1 result from an estimated 1 matches for "maildir_have_new".
2003 May 17
0
Maildir synchronization
...break a client which saves a mail in one connection and
tries to fetch it in another one. new/ directory is almost always
empty, so syncing it should be very fast anyway.
Normally we move all mails from new/ to cur/ whenever we sync it. If
it's not possible for some reason, we set maildir_have_new flag on
which instructs synchronization to check files in new/ directory as
well. maildir_keep_new flag is also set which instructs syncing to
not even try to move mails to cur/ anymore.
If client tries to change a flag for message in new/, we try to
rename() it into cur/. If it'...