Add --addheader option to make sure drafts are synced
This commit is contained in:
@ -44,7 +44,7 @@ def "main synchronize" [conffile] {
|
||||
print $" host1: ($u.host1), user1: ($u.user1),"
|
||||
print $" host2: ($u.host2), user2: ($u.user2)\n"
|
||||
|
||||
imapsync --syncinternaldates --host1 $u.host1 --user1 $u.user1 --password1 $u.password1 --host2 $u.host2 --user2 $u.user2 --password2 $u.password2 | print
|
||||
imapsync --syncinternaldates --addheader --host1 $u.host1 --user1 $u.user1 --password1 $u.password1 --host2 $u.host2 --user2 $u.user2 --password2 $u.password2 | print
|
||||
}
|
||||
)
|
||||
""
|
||||
|
||||
Reference in New Issue
Block a user