mirror of
https://github.com/imapsync/imapsync.git
synced 2025-06-04 19:57:21 +02:00
Disable releasecheck in 2.140
This commit is contained in:
parent
f26b2573c3
commit
f98c9946e5
1 changed files with 2 additions and 2 deletions
4
imapsync
4
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 } ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue