mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 23:26:12 +02:00
Improved logging
This commit is contained in:
@@ -1232,7 +1232,8 @@ class Core {
|
||||
boolean draft = (EntityFolder.DRAFTS.equals(folder.type) || EntityFolder.DRAFTS.equals(target.type));
|
||||
boolean duplicate = (copy && !account.isGmail());
|
||||
if (draft || duplicate) {
|
||||
Log.i(folder.name + " move from " + folder.type + " to " + target.type);
|
||||
Log.i(folder.name + " " + (duplicate ? "copy" : "move") +
|
||||
" from " + folder.type + " to " + target.type);
|
||||
|
||||
List<Message> icopies = new ArrayList<>();
|
||||
for (Message imessage : map.keySet()) {
|
||||
|
||||
Reference in New Issue
Block a user