mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 12:24:26 +01:00
Fixed signature
This commit is contained in:
@@ -303,7 +303,7 @@ public class MessageHelper {
|
||||
StringBuilder body = new StringBuilder();
|
||||
body.append(Helper.readText(EntityMessage.getFile(context, message.id)));
|
||||
|
||||
if (Helper.isPro(context) && message.identity != null) {
|
||||
if (message.identity != null) {
|
||||
EntityIdentity identity = db.identity().getIdentity(message.identity);
|
||||
if (!TextUtils.isEmpty(identity.signature))
|
||||
body.append(identity.signature);
|
||||
|
||||
Reference in New Issue
Block a user