From f98c9946e5ac2626775a2b84698e53b78eeb2d75 Mon Sep 17 00:00:00 2001 From: Nick Bebout Date: Wed, 4 Aug 2021 14:15:22 -0500 Subject: [PATCH] Disable releasecheck in 2.140 --- imapsync | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imapsync b/imapsync index b21c509..7e4ff02 100755 --- a/imapsync +++ b/imapsync @@ -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 } ) {