diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-03-07 11:40:38 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-03-07 11:45:20 +0100 |
commit | a3e21af7367cdd09e5260bcda90e79ae0ff00317 (patch) | |
tree | c87a6a3f01703f94e8dd5f583baaa7dca961cb2e /pullimap | |
parent | 76be3c7c47ace843ab3ebd216252c63411a1222e (diff) |
typo
Diffstat (limited to 'pullimap')
-rwxr-xr-x | pullimap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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[]/; |