aboutsummaryrefslogtreecommitdiffstats
path: root/pullimap
diff options
context:
space:
mode:
Diffstat (limited to 'pullimap')
-rwxr-xr-xpullimap2
1 files changed, 1 insertions, 1 deletions
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[]/;