save
This commit is contained in:
parent
d2d5e8c850
commit
aecd0a3fe8
@ -318,7 +318,7 @@ void FeedReader::executeNextAutoUpdate() {
|
||||
|
||||
if (!qApp->feedUpdateLock()->tryLock()) {
|
||||
qDebugNN << LOGSEC_CORE << "Delaying scheduled feed auto-downloads and message state synchronization for "
|
||||
<< "one minute due to another running update.";
|
||||
<< "some time due to another running update.";
|
||||
|
||||
// Cannot update, quit.
|
||||
return;
|
||||
|
@ -295,7 +295,7 @@ QList<Message> GmailNetworkFactory::messages(const QString& stream_id,
|
||||
to_download += moved_unread;
|
||||
}
|
||||
|
||||
qDebugNN << LOGSEC_GMAIL << "Will download" << QUOTE_W_SPACE(to_download.size()) << "e-mails.";
|
||||
qDebugNN << LOGSEC_GMAIL << "Will download" << NONQUOTE_W_SPACE(to_download.size()) << "e-mails.";
|
||||
|
||||
auto messages = obtainAndDecodeFullMessages(QList<QString>(to_download.values()), stream_id, custom_proxy);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user