Support for adding keywords

This commit is contained in:
M66B
2018-11-26 12:59:15 +01:00
parent 76178a81df
commit 1d62bc5978
3 changed files with 34 additions and 1 deletions

View File

@@ -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);