mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-22 15:13:18 +00:00
feat(preferences): Add user preferences to enable / disable signature for new mail, reply and forward
This commit is contained in:
@@ -753,7 +753,7 @@
|
||||
|
||||
// Add signature
|
||||
signature = [identity objectForKey: @"signature"];
|
||||
if ([signature length])
|
||||
if ([signature length] && [ud mailUseSignatureOnForward])
|
||||
{
|
||||
nl = (htmlComposition? @"<br />" : @"\n");
|
||||
space = (htmlComposition ? @" " : @" ");
|
||||
|
||||
Reference in New Issue
Block a user