mirror of
https://github.com/imapsync/imapsync.git
synced 2024-11-17 00:02:29 +01:00
Disable releasecheck in 1.977
This commit is contained in:
parent
1d08afaba6
commit
b3ff66078b
4
imapsync
4
imapsync
@ -1208,8 +1208,8 @@ if ( ! defined $options_good ) { exit $EX_USAGE ; }
|
|||||||
# the second line (ending with "1 ;") can then stay active or be commented,
|
# 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).
|
# 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} : 0 ;
|
||||||
$sync->{releasecheck} = defined $sync->{releasecheck} ? $sync->{releasecheck} : 1 ;
|
#$sync->{releasecheck} = defined $sync->{releasecheck} ? $sync->{releasecheck} : 1 ;
|
||||||
|
|
||||||
# just the version
|
# just the version
|
||||||
if ( $sync->{ version } ) {
|
if ( $sync->{ version } ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user