mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Copy attachments to sent folder
This commit is contained in:
@@ -1822,6 +1822,8 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
message.ui_seen = false;
|
||||
message.ui_browsed = false;
|
||||
message.ui_hide = false;
|
||||
|
||||
EntityAttachment.copy(this, db, message.id, sid);
|
||||
}
|
||||
|
||||
Address[] to = imessage.getAllRecipients();
|
||||
|
||||
Reference in New Issue
Block a user