Skip to content

Commit

Permalink
Disable releasecheck in 2.140
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Bebout authored and Nick Bebout committed Aug 4, 2021
1 parent f26b257 commit f98c994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imapsync
Expand Up @@ -1357,8 +1357,8 @@ if ( ! defined $options_good ) { exit $EX_USAGE ; }
# 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 the defined value).

#$sync->{releasecheck} = defined $sync->{releasecheck} ? $sync->{releasecheck} : 0 ;
$sync->{releasecheck} = defined $sync->{releasecheck} ? $sync->{releasecheck} : 1 ;
$sync->{releasecheck} = defined $sync->{releasecheck} ? $sync->{releasecheck} : 0 ;
#$sync->{releasecheck} = defined $sync->{releasecheck} ? $sync->{releasecheck} : 1 ;

# just the version
if ( $sync->{ version } ) {
Expand Down

0 comments on commit f98c994

Please sign in to comment.