mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 11:01:23 +01:00
Allow disabling signature when composing
This commit is contained in:
@@ -252,7 +252,7 @@ public class MessageHelper {
|
||||
body.append(mdoc.body().html());
|
||||
|
||||
// When sending message
|
||||
if (identity != null) {
|
||||
if (identity != null && message.signature) {
|
||||
if (!TextUtils.isEmpty(identity.signature)) {
|
||||
Document sdoc = Jsoup.parse(identity.signature);
|
||||
if (sdoc.body() != null) {
|
||||
|
||||
Reference in New Issue
Block a user