wait new version
This commit is contained in:
parent
ce7a96615d
commit
72496c641e
@ -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
|
||||||
);
|
);
|
||||||
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
// ================================================================================
|
// ================================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user