Added rules log type

This commit is contained in:
M66B
2021-08-16 13:40:42 +02:00
parent e1557dc040
commit c2e48ea1f1
4 changed files with 29 additions and 22 deletions

View File

@@ -208,7 +208,8 @@ public class EntityOperation {
jargs.put(1, autoread);
jargs.put(3, autounflag);
EntityLog.log(context, "Move message=" + message.id +
EntityLog.log(context, EntityLog.Type.General,message,
"Move message=" + message.id +
"@" + new Date(message.received) +
":" + message.subject +
" source=" + source.id + ":" + source.type + ":" + source.name + "" +