mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-04 03:43:55 +01:00
Fetch to cleanup message
This commit is contained in:
@@ -439,6 +439,18 @@ public class EntityOperation {
|
||||
} catch (JSONException ex) {
|
||||
Log.e(ex);
|
||||
}
|
||||
|
||||
if (message != null) {
|
||||
EntityMessage m = db.message().getMessage(message);
|
||||
if (m == null || m.uid == null)
|
||||
return;
|
||||
|
||||
EntityFolder f = db.folder().getFolder(folder);
|
||||
if (f == null)
|
||||
return;
|
||||
|
||||
queue(context, f, FETCH, m.uid);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user