mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 09:47:13 +00:00
Simplification
This commit is contained in:
parent
848632abb5
commit
b4b281c50a
1 changed files with 1 additions and 3 deletions
|
@ -875,11 +875,9 @@ class Core {
|
||||||
ifolder.expunge();
|
ifolder.expunge();
|
||||||
}
|
}
|
||||||
|
|
||||||
boolean fetch =
|
|
||||||
(!target.synchronize || !"connected".equals(target.state) ||
|
|
||||||
target.poll || !istore.hasCapability("IDLE"));
|
|
||||||
|
|
||||||
// Fetch appended/copied when needed
|
// Fetch appended/copied when needed
|
||||||
|
boolean fetch = !"connected".equals(target.state);
|
||||||
if (draft || fetch)
|
if (draft || fetch)
|
||||||
try {
|
try {
|
||||||
Log.i(target.name + " moved message fetch=" + fetch);
|
Log.i(target.name + " moved message fetch=" + fetch);
|
||||||
|
|
Loading…
Reference in a new issue