wait new version

This commit is contained in:
François 2024-12-16 17:11:23 +01:00
parent ce7a96615d
commit 72496c641e
2 changed files with 3 additions and 3 deletions

View File

@ -124,8 +124,8 @@ $cfg['availabilities'] = array(
'day' => true, 'day' => true,
'week' => true, 'week' => true,
'month' => true, 'month' => true,
'quarter' => false, 'quarter' => true,
'semester' => false, 'semester' => true,
'year' => false, 'year' => false,
'none' => false 'none' => false
); );

View File

@ -243,7 +243,7 @@ MainAttachment::readCloudUrl () {
LOG_BUG (line.rfind ("cloud: bad", 0) == 0, return, "eMailShrinker: bug M14: bad cloud link. (line: " << line << ")"); LOG_BUG (line.rfind ("cloud: bad", 0) == 0, return, "eMailShrinker: bug M14: bad cloud link. (line: " << line << ")");
if (line.rfind ("cloud: none", 0) == 0) if (line.rfind ("cloud: none", 0) == 0)
return; return;
cloudDownloadURL = line.substr (7); // XXX wait new version // cloudDownloadURL = line.substr (7);
} }
// ================================================================================ // ================================================================================