Skip to content

Commit

Permalink
Disable releasecheck in 1.727
Browse files Browse the repository at this point in the history
  • Loading branch information
nbebout committed Sep 19, 2016
1 parent 137242e commit 2ab41ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imapsync
Expand Up @@ -1015,8 +1015,8 @@ $modulesversion = defined $modulesversion ? $modulesversion : 1 ;
# The second line (ending with "1 ;") can stay active or be commented,
# the result will be the same: no releasecheck by default.

#$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{} ;

Expand Down

0 comments on commit 2ab41ad

Please sign in to comment.