mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Support for adding keywords
This commit is contained in:
@@ -1500,7 +1500,7 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
}
|
||||
|
||||
// https://tools.ietf.org/html/rfc3501#section-2.3.2
|
||||
String keyword = Helper.sanitizeKeyword(jargs.getString(0));
|
||||
String keyword = jargs.getString(0);
|
||||
boolean set = jargs.getBoolean(1);
|
||||
|
||||
Message imessage = ifolder.getMessageByUID(message.uid);
|
||||
|
||||
Reference in New Issue
Block a user