mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 08:33:37 +02:00
Disable fetch on report
This commit is contained in:
@@ -2003,13 +2003,14 @@ class Core {
|
||||
Flags flags = new Flags(keyword);
|
||||
imessage.setFlags(flags, true);
|
||||
|
||||
try {
|
||||
JSONArray fargs = new JSONArray();
|
||||
fargs.put(uid);
|
||||
onFetch(context, fargs, folder, istore, ifolder, state);
|
||||
} catch (Throwable ex) {
|
||||
Log.w(ex);
|
||||
}
|
||||
if (BuildConfig.DEBUG)
|
||||
try {
|
||||
JSONArray fargs = new JSONArray();
|
||||
fargs.put(uid);
|
||||
onFetch(context, fargs, folder, istore, ifolder, state);
|
||||
} catch (Throwable ex) {
|
||||
Log.w(ex);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user