mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Contact: store last used identity
This commit is contained in:
@@ -273,8 +273,10 @@ public class EntityOperation {
|
||||
if (rule.isBlockingSender(message, source))
|
||||
db.rule().deleteRule(rule.id);
|
||||
|
||||
EntityContact.delete(context, message.account, message.from, EntityContact.TYPE_JUNK);
|
||||
EntityContact.update(context, message.account, message.from, EntityContact.TYPE_NO_JUNK, message.received);
|
||||
EntityContact.delete(context, message.account, message.from,
|
||||
EntityContact.TYPE_JUNK);
|
||||
EntityContact.update(context, message.account, message.identity, message.from,
|
||||
EntityContact.TYPE_NO_JUNK, message.received);
|
||||
}
|
||||
|
||||
if (EntityFolder.JUNK.equals(target.type))
|
||||
|
||||
Reference in New Issue
Block a user