mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Simplification
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user