mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Cleanup
This commit is contained in:
parent
24e34389db
commit
c1ceaa6f6d
1 changed files with 0 additions and 1 deletions
|
@ -704,7 +704,6 @@ class Core {
|
|||
|
||||
private static void onKeyword(Context context, JSONArray jargs, EntityFolder folder, EntityMessage message, IMAPFolder ifolder) throws MessagingException, JSONException {
|
||||
// Set/reset user flag
|
||||
DB db = DB.getInstance(context);
|
||||
// https://tools.ietf.org/html/rfc3501#section-2.3.2
|
||||
String keyword = jargs.getString(0);
|
||||
boolean set = jargs.getBoolean(1);
|
||||
|
|
Loading…
Reference in a new issue