mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 04:19:21 +01:00
Update subject of sent messages
This commit is contained in:
@@ -547,6 +547,7 @@ public class ServiceSend extends ServiceBase implements SharedPreferences.OnShar
|
||||
message.cc = helper.getCc();
|
||||
message.bcc = helper.getBcc();
|
||||
message.reply = helper.getReply();
|
||||
message.subject = helper.getSubject(); // Subject encryption
|
||||
message.encrypt = parts.getEncryption();
|
||||
message.ui_encrypt = message.encrypt;
|
||||
message.received = new Date().getTime();
|
||||
|
||||
Reference in New Issue
Block a user