mirror of https://github.com/M66B/FairEmail.git
Skip inline download on initialize
This commit is contained in:
parent
040c76a451
commit
245d87e859
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue