mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 17:43:18 +02:00
Added option to disable signatures for new messages
This commit is contained in:
@@ -4185,6 +4185,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
document.body().append(d.body().html());
|
||||
}
|
||||
|
||||
data.draft.signature = prefs.getBoolean("signature_new", true);
|
||||
addSignature(context, document, data.draft, selected);
|
||||
} else {
|
||||
// Actions:
|
||||
|
||||
Reference in New Issue
Block a user