Fetch after cross account move

pull/194/head
M66B 5 years ago
parent 30182bd1b7
commit 925f2d320a

@ -1032,6 +1032,15 @@ class Core {
throw new IllegalArgumentException(msg);
}
try {
Log.i(folder.name + " Fetching uid=" + found);
JSONArray fargs = new JSONArray();
fargs.put(found);
onFetch(context, fargs, folder, istore, ifolder, state);
} catch (Throwable ex) {
Log.e(ex);
}
// Mark source read
if (autoread)
EntityOperation.queue(context, message, EntityOperation.SEEN, true);

Loading…
Cancel
Save