]> git.g-eek.se Git - interimap.git/commitdiff
typo
authorGuilhem Moulin <guilhem@fripost.org>
Mon, 7 Mar 2016 10:40:38 +0000 (11:40 +0100)
committerGuilhem Moulin <guilhem@fripost.org>
Mon, 7 Mar 2016 10:45:20 +0000 (11:45 +0100)
lib/Net/IMAP/InterIMAP.pm
pullimap

index 40f41938e7c7e8c30eef5cab522e4422a93cd678..0f674ac2d03c33e06f25d209969a86acf28d0221 100644 (file)
@@ -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;
index 12b2568ca648f87dc6360d08f0712fce3e6105a4..2b81d8f93a81076f7d6197f759c2807d281baa1d 100755 (executable)
--- 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[]/;