Skip inline download on initialize

This commit is contained in:
Marcel Bokhorst 2020-07-14 09:23:16 +02:00 committed by GitHub
parent 040c76a451
commit 245d87e859
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2249,7 +2249,7 @@ class Core {
context,
account, folder,
istore, ifolder, (MimeMessage) isub[j],
false, download,
false, download && initialize == 0,
rules, state);
ids[from + j] = (message == null || message.ui_hide ? null : message.id);
} catch (MessageRemovedException ex) {