1
0
mirror of https://github.com/imapsync/imapsync.git synced 2024-11-16 15:52:47 +01:00

Disable releasecheck in 1.836

This commit is contained in:
Nick Bebout 2017-09-23 16:55:44 -05:00
parent 8d76e44c5e
commit 31115d0e16

View File

@ -1021,8 +1021,8 @@ $modulesversion = defined $modulesversion ? $modulesversion : 1 ;
# the second line (ending with "1 ;") can then stay active or be commented,
# the result will be the same: no releasecheck by default (because 0 is then defined value).
#$releasecheck = defined $releasecheck ? $releasecheck : 0 ;
$releasecheck = defined $releasecheck ? $releasecheck : 1 ;
$releasecheck = defined $releasecheck ? $releasecheck : 0 ;
#$releasecheck = defined $releasecheck ? $releasecheck : 1 ;
my $warn_release = ( $releasecheck ) ? check_last_release( ) : q{} ;