mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Fixed not block sender
This commit is contained in:
@@ -6772,7 +6772,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
if (target.copy)
|
||||
EntityOperation.queue(context, message, EntityOperation.COPY, target.targetFolder.id);
|
||||
else
|
||||
EntityOperation.queue(context, message, EntityOperation.MOVE, target.targetFolder.id);
|
||||
EntityOperation.queue(context, message, EntityOperation.MOVE, target.targetFolder.id, null, null, !target.block);
|
||||
|
||||
if (target.block &&
|
||||
EntityFolder.JUNK.equals(target.targetFolder.type))
|
||||
|
||||
Reference in New Issue
Block a user