From b1bd66b23bb714b648515cd37acc5e0e17ef7f6e Mon Sep 17 00:00:00 2001 From: Nick Bebout Date: Tue, 2 Jul 2019 18:23:29 -0500 Subject: [PATCH] Disable releasecheck in 1.920 --- imapsync | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imapsync b/imapsync index 65e1fd1..cf7f280 100755 --- a/imapsync +++ b/imapsync @@ -1005,8 +1005,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 } ) {