mirror of
https://github.com/imapsync/imapsync.git
synced 2025-06-08 13:44:31 +02:00
Fix "lose" spelling
This commit is contained in:
parent
dd9a644e90
commit
4bad4a8f5b
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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 ) ;
|
||||
|
|
2
imapsync
2
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 ) ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue