mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 08:33:37 +02:00
Removed exception
This commit is contained in:
@@ -854,7 +854,7 @@ class Core {
|
||||
}
|
||||
|
||||
// Delete source
|
||||
if (!copy && !EntityFolder.TRASH.equals(folder.type)) {
|
||||
if (!copy) {
|
||||
try {
|
||||
for (Message imessage : map.keySet())
|
||||
imessage.setFlag(Flags.Flag.DELETED, true);
|
||||
|
||||
Reference in New Issue
Block a user