Merge pull request #8399 from annando/poll-mail
Polling Mails is now done with a higher priority
This commit is contained in:
commit
5659420a34
|
@ -282,7 +282,7 @@ class Cron
|
|||
}
|
||||
}
|
||||
|
||||
if (($contact['network'] == Protocol::FEED) && ($contact['priority'] <= 3)) {
|
||||
if ((($contact['network'] == Protocol::FEED) && ($contact['priority'] <= 3)) || ($contact['network'] == Protocol::MAIL)) {
|
||||
$priority = PRIORITY_MEDIUM;
|
||||
} elseif ($contact['archive']) {
|
||||
$priority = PRIORITY_NEGLIGIBLE;
|
||||
|
|
Loading…
Reference in a new issue