mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Track references
This commit is contained in:
@@ -174,6 +174,10 @@ public class EntityOperation {
|
||||
message.uid = uid;
|
||||
message.folder = source.id;
|
||||
|
||||
// Track reference
|
||||
db.message().updateMessageReplying(id, newid);
|
||||
db.message().updateMessageForwarding(id, newid);
|
||||
|
||||
if (message.content)
|
||||
try {
|
||||
Helper.copy(
|
||||
|
||||
Reference in New Issue
Block a user