Skip to content

Commit

Permalink
Disable releasecheck in 1.607
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Bebout authored and Nick Bebout committed Nov 19, 2014
1 parent 65fd3ea commit 4a53687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imapsync
Original file line number Diff line number Diff line change
Expand Up @@ -774,8 +774,8 @@ $modules_version = defined( $modules_version ) ? $modules_version : 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() : '' ;

Expand Down

0 comments on commit 4a53687

Please sign in to comment.