diff --git a/FAQ.d/FAQ.General.txt b/FAQ.d/FAQ.General.txt index 359fdcd..f5a7338 100644 --- a/FAQ.d/FAQ.General.txt +++ b/FAQ.d/FAQ.General.txt @@ -289,7 +289,7 @@ R. Add also --nofoldersizes since the default behavior is to compute the transfer will end (ETA). R. Add also --noexpungeaftereach if you use --delete. - But be warn that an interrupted transfer can loose messages + But be warn that an interrupted transfer can lose messages on host2 in a second run if you use a (silly) combination like imapsync ... --delete --noexpunge --noexpungeaftereach --expunge2 diff --git a/W/imapsync.tdy b/W/imapsync.tdy index 14d3e36..0efdfcf 100755 --- a/W/imapsync.tdy +++ b/W/imapsync.tdy @@ -2589,7 +2589,7 @@ sub foldersizes_on_h1h2 { Folders sizes before the synchronization. You can remove foldersizes listings by using "--nofoldersizes" and "--nofoldersizesatend" -but then you will also loose the ETA (Estimation Time of Arrival) given after each message copy. +but then you will also lose the ETA (Estimation Time of Arrival) given after each message copy. END_SIZE ( $h1_nb_msg_start, $h1_bytes_start ) = foldersizes( 'Host1', $imap1, $search1, $sync->{abletosearch1}, @h1_folders_wanted ) ; diff --git a/imapsync b/imapsync index 44011e0..965acf5 100755 --- a/imapsync +++ b/imapsync @@ -2689,7 +2689,7 @@ sub foldersizes_on_h1h2 { Folders sizes before the synchronization. You can remove foldersizes listings by using "--nofoldersizes" and "--nofoldersizesatend" -but then you will also loose the ETA (Estimation Time of Arrival) given after each message copy. +but then you will also lose the ETA (Estimation Time of Arrival) given after each message copy. END_SIZE ( $h1_nb_msg_start, $h1_bytes_start ) = foldersizes( 'Host1', $imap1, $search1, $sync->{abletosearch1}, @h1_folders_wanted ) ;