Arsnael commented on code in PR #2825:
URL: https://github.com/apache/james-project/pull/2825#discussion_r2393239904
##########
server/data/data-jmap-cassandra/src/test/resources/json/eventComplex-v4.json:
##########
@@ -33,6 +33,16 @@
"field": "internalDate",
"comparator": "isNewerThan",
"value": "2d"
+ },
+ {
+ "field": "flag",
+ "comparator": "isSet",
+ "value": "\\Seen"
+ },
+ {
+ "field": "flag",
+ "comparator": "isUnset",
+ "value": "\\Recent"
}
Review Comment:
Ain't user flags custom flags? (if i understand correcdtly) did say I'm
missing those for the moment
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]