]> git.g-eek.se Git - interimap.git/commitdiff
Reformulation.
authorGuilhem Moulin <guilhem@fripost.org>
Wed, 29 Jul 2015 22:07:07 +0000 (00:07 +0200)
committerGuilhem Moulin <guilhem@fripost.org>
Wed, 29 Jul 2015 22:10:36 +0000 (00:10 +0200)
imapsync.1

index b86c9e5501203014273ce9bb78d9177e903feb14..d794d1abd059cf5fe490c60683f52c322b0774d8 100644 (file)
@@ -306,13 +306,14 @@ Authorities, used for server certificate verification.
 
 .IP \[bu]
 Using \fBimapsync\fR on two identical servers with a non-existent or
-empty database will duplicate each message due to absence of
+empty database will duplicate each message due to the absence of
 local/remote UID association.
 .IP \[bu]
 \fBimapsync\fR is single threaded and doesn't use IMAP command
-pipelining.  Performance improvement could be achieved by sending
-independent commands to each server in parallel, and for a given server,
-by sending independent commands (such as flag updates) in a pipeline.
+pipelining.  Synchronization could be boosted by sending independent
+commands (such as the initial LIST/STATUS command) to each server in
+parallel, and for a given server, by sending independent commands (such
+as flag updates) in a pipeline.
 .IP \[bu]
 Because the IMAP protocol doesn't have a specific response code for when
 a message is moved to another mailbox (using the MOVE command from