imapsync's ChangeLog suggests version >=1.213 use a modified append_file2() function and hence work with --syncdates.
Relevant sections of ChangeLog below...
http://freshmeat.net/redir/imapsync/...elog/ChangeLog Quote:
revision 1.200
date: 2007/01/02 08:27:04; author: gilles; state: Exp; lines: +48 -15
use message_to_file()instead of message_string()
use append_file() instead of append_string()
revision 1.208
date: 2007/02/01 22:31:14; author: gilles; state: Exp; lines: +50 -28
- Back to append_string() use because of syncinternaldates
"bug" with append_file().
revision 1.213
date: 2007/02/16 04:07:19; author: gilles; state: Exp; lines: +168 -11
- Back to append_file() modified -> append_file2()
|