mirror of https://github.com/M66B/FairEmail.git
Simplification
This commit is contained in:
parent
848632abb5
commit
b4b281c50a
|
@ -875,11 +875,9 @@ class Core {
|
|||
ifolder.expunge();
|
||||
}
|
||||
|
||||
boolean fetch =
|
||||
(!target.synchronize || !"connected".equals(target.state) ||
|
||||
target.poll || !istore.hasCapability("IDLE"));
|
||||
|
||||
// Fetch appended/copied when needed
|
||||
boolean fetch = !"connected".equals(target.state);
|
||||
if (draft || fetch)
|
||||
try {
|
||||
Log.i(target.name + " moved message fetch=" + fetch);
|
||||
|
|
Loading…
Reference in New Issue