diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-03-08 17:43:14 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-03-08 17:43:14 +0100 |
commit | f8387c281f2a73343fcca9e599d29bd93ece4524 (patch) | |
tree | 53d61c598079b275432b34b4eafff109331f0acb /pullimap | |
parent | c61cd2c80674757c9a910b4d379e5b92f65cbec7 (diff) |
pullimap: improve doc.
Diffstat (limited to 'pullimap')
-rwxr-xr-x | pullimap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -221,7 +221,7 @@ sub smtp_send(@) { $CONF->{'logger-fd'} = \*STDERR if $CONFIG{debug}; my $IMAP = do { my %config = (%$CONF, %CONFIG{qw/quiet debug/}, name => $ARGV[0]); - $config{keepalive} = 1 if defined $CONFIG{idle} and $config{type} ne 'tunnel'; + $config{keepalive} = 1 if defined $CONFIG{idle}; Net::IMAP::InterIMAP::->new( %config ); }; |