fix(mail): use default signature when forcing default identity

This commit is contained in:
Francis Lachapelle
2021-05-25 14:17:12 -04:00
parent d4a0b25c06
commit dc81f70928
3 changed files with 21 additions and 17 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
SOGoMailObject *sourceMail;
NSString *field;
NSString *currentValue;
BOOL htmlComposition;
BOOL htmlComposition, forceDefaultIdentity;
NSString *signaturePlacement;
}