feat(preferences): Add user preferences to enable / disable signature for new mail, reply and forward

This commit is contained in:
smizrahi
2023-07-26 19:38:57 +02:00
parent 577d991d42
commit 8582e423bd
14 changed files with 158 additions and 46 deletions
+1 -1
View File
@@ -753,7 +753,7 @@
// Add signature
signature = [identity objectForKey: @"signature"];
if ([signature length])
if ([signature length] && [ud mailUseSignatureOnForward])
{
nl = (htmlComposition? @"<br />" : @"\n");
space = (htmlComposition ? @"&nbsp;" : @" ");