mirror of
https://github.com/imapsync/imapsync.git
synced 2025-06-09 06:04:31 +02:00
Disable releasecheck in 1.836
This commit is contained in:
parent
8d76e44c5e
commit
31115d0e16
1 changed files with 2 additions and 2 deletions
4
imapsync
4
imapsync
|
@ -1021,8 +1021,8 @@ $modulesversion = defined $modulesversion ? $modulesversion : 1 ;
|
||||||
# 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 defined value).
|
# the result will be the same: no releasecheck by default (because 0 is then defined value).
|
||||||
|
|
||||||
#$releasecheck = defined $releasecheck ? $releasecheck : 0 ;
|
$releasecheck = defined $releasecheck ? $releasecheck : 0 ;
|
||||||
$releasecheck = defined $releasecheck ? $releasecheck : 1 ;
|
#$releasecheck = defined $releasecheck ? $releasecheck : 1 ;
|
||||||
|
|
||||||
my $warn_release = ( $releasecheck ) ? check_last_release( ) : q{} ;
|
my $warn_release = ( $releasecheck ) ? check_last_release( ) : q{} ;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue