From c614804c6eb15c7c01519adef3e94cea806e6c8f Mon Sep 17 00:00:00 2001 From: M66B Date: Mon, 16 Aug 2021 16:10:46 +0200 Subject: [PATCH] Reformatting --- .../main/java/eu/faircode/email/EntityOperation.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/src/main/java/eu/faircode/email/EntityOperation.java b/app/src/main/java/eu/faircode/email/EntityOperation.java index 495a30e378..cf1526a88d 100644 --- a/app/src/main/java/eu/faircode/email/EntityOperation.java +++ b/app/src/main/java/eu/faircode/email/EntityOperation.java @@ -208,13 +208,13 @@ public class EntityOperation { jargs.put(1, autoread); jargs.put(3, autounflag); - EntityLog.log(context, EntityLog.Type.General,message, + EntityLog.log(context, EntityLog.Type.General, message, "Move message=" + message.id + - "@" + new Date(message.received) + - ":" + message.subject + - " source=" + source.id + ":" + source.type + ":" + source.name + "" + - " target=" + target.id + ":" + target.type + ":" + target.name + - " auto read=" + autoread + " flag=" + autounflag + " importance=" + reset_importance); + "@" + new Date(message.received) + + ":" + message.subject + + " source=" + source.id + ":" + source.type + ":" + source.name + "" + + " target=" + target.id + ":" + target.type + ":" + target.name + + " auto read=" + autoread + " flag=" + autounflag + " importance=" + reset_importance); if (autoread || autounflag || reset_importance) for (EntityMessage similar : db.message().getMessagesBySimilarity(message.account, message.id, message.msgid)) {