mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 03:15:39 +01:00
Contact: store last used identity
This commit is contained in:
@@ -297,7 +297,7 @@ public class ServiceUI extends IntentService {
|
||||
|
||||
if (block_sender)
|
||||
EntityContact.update(this,
|
||||
message.account, message.from,
|
||||
message.account, message.identity, message.from,
|
||||
EntityContact.TYPE_JUNK, message.received);
|
||||
|
||||
db.setTransactionSuccessful();
|
||||
|
||||
Reference in New Issue
Block a user