Reformatting

pull/204/head
M66B 3 years ago
parent 92d77dad6f
commit c614804c6e

@ -208,13 +208,13 @@ public class EntityOperation {
jargs.put(1, autoread); jargs.put(1, autoread);
jargs.put(3, autounflag); jargs.put(3, autounflag);
EntityLog.log(context, EntityLog.Type.General,message, EntityLog.log(context, EntityLog.Type.General, message,
"Move message=" + message.id + "Move message=" + message.id +
"@" + new Date(message.received) + "@" + new Date(message.received) +
":" + message.subject + ":" + message.subject +
" source=" + source.id + ":" + source.type + ":" + source.name + "" + " source=" + source.id + ":" + source.type + ":" + source.name + "" +
" target=" + target.id + ":" + target.type + ":" + target.name + " target=" + target.id + ":" + target.type + ":" + target.name +
" auto read=" + autoread + " flag=" + autounflag + " importance=" + reset_importance); " auto read=" + autoread + " flag=" + autounflag + " importance=" + reset_importance);
if (autoread || autounflag || reset_importance) if (autoread || autounflag || reset_importance)
for (EntityMessage similar : db.message().getMessagesBySimilarity(message.account, message.id, message.msgid)) { for (EntityMessage similar : db.message().getMessagesBySimilarity(message.account, message.id, message.msgid)) {

Loading…
Cancel
Save