From a3e21af7367cdd09e5260bcda90e79ae0ff00317 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 7 Mar 2016 11:40:38 +0100 Subject: typo --- lib/Net/IMAP/InterIMAP.pm | 2 +- pullimap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Net/IMAP/InterIMAP.pm b/lib/Net/IMAP/InterIMAP.pm index 40f4193..0f674ac 100644 --- a/lib/Net/IMAP/InterIMAP.pm +++ b/lib/Net/IMAP/InterIMAP.pm @@ -1289,7 +1289,7 @@ sub push_flag_updates($$@) { # $self->silent_store($set, $mod, @flags) # Set / Add / Update the flags list on the UID $set. -# /!\ there is no check that messages flags been set! +# /!\ There is no guaranty that message flags have been set! sub silent_store($$$@) { my $self = shift; my $set = shift; diff --git a/pullimap b/pullimap index 12b2568..2b81d8f 100755 --- a/pullimap +++ b/pullimap @@ -232,7 +232,7 @@ sub smtp_send(@) { # my $IMAP = Net::IMAP::InterIMAP::->new( %$CONF, %CONFIG{qw/quiet debug/}, 'logger-fd' => $LOGGER_FD ); -# use BODY.PEEK[] so if something gets wrong, unpulled messages +# Use BODY.PEEK[] so if something gets wrong, unpulled messages # won't be marked as \Seen in the mailbox my $ATTRS = join ' ', qw/ENVELOPE INTERNALDATE BODY.PEEK[]/; -- cgit v1.2.3