diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-07-25 03:29:48 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-07-25 03:29:48 +0200 |
commit | cee3792a151b9dab79a24323c1e81e9ad0a7e8f6 (patch) | |
tree | ab2a62f0cb3520bbb14c706b76a4bcce07ab820f /lib/Net | |
parent | 7621ae954c8fcee1e1ad7a53735d20629f26bf83 (diff) |
Rename '--check' to '--repair' and improve repairing algorithm.
Diffstat (limited to 'lib/Net')
-rw-r--r-- | lib/Net/IMAP/Sync.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Net/IMAP/Sync.pm b/lib/Net/IMAP/Sync.pm index c3af4fa..362d436 100644 --- a/lib/Net/IMAP/Sync.pm +++ b/lib/Net/IMAP/Sync.pm @@ -568,7 +568,7 @@ sub list($$@) { } -# $self->remove($uid, [...]) +# $self->remove_message($uid, [...]) # Remove the given $uid list. Croak if the server did not advertize # "UIDPLUS" (RFC 4315) in its CAPABILITY list. # Successfully EXPUNGEd UIDs are removed from the pending VANISHED and |