mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-04 11:54:10 +01:00
Add signature to sent message
This commit is contained in:
@@ -333,6 +333,8 @@ public class ServiceSend extends LifecycleService {
|
||||
// Append replied/forwarded text
|
||||
StringBuilder sb = new StringBuilder();
|
||||
sb.append(Helper.readText(message.getFile(this)));
|
||||
if (!TextUtils.isEmpty(ident.signature))
|
||||
sb.append(ident.signature);
|
||||
File refFile = message.getRefFile(this);
|
||||
if (refFile.exists())
|
||||
sb.append(Helper.readText(refFile));
|
||||
|
||||
Reference in New Issue
Block a user