chore: drop redundant '-- ' prefix from dev identity signatures
The signature separator is already controlled by the signatureSeparatorEnabled setting (lib/email-composer), which prepends '-- ' at compose time when enabled. Baking it into the fixture double-prefixed it.
This commit is contained in:
@@ -728,8 +728,8 @@ const IDENTITIES = [
|
||||
email: 'dev@localhost',
|
||||
replyTo: null,
|
||||
bcc: null,
|
||||
textSignature: '-- \nDev User\nBulwark Webmail Developer',
|
||||
htmlSignature: '<p>--<br>Dev User<br><em>Bulwark Webmail Developer</em></p>',
|
||||
textSignature: 'Dev User\nBulwark Webmail Developer',
|
||||
htmlSignature: '<p>Dev User<br><em>Bulwark Webmail Developer</em></p>',
|
||||
mayDelete: false,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user