Simplification

This commit is contained in:
M66B 2020-04-01 15:02:23 +02:00
parent 848632abb5
commit b4b281c50a
1 changed files with 1 additions and 3 deletions

View File

@ -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);