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',
|
email: 'dev@localhost',
|
||||||
replyTo: null,
|
replyTo: null,
|
||||||
bcc: null,
|
bcc: null,
|
||||||
textSignature: '-- \nDev User\nBulwark Webmail Developer',
|
textSignature: 'Dev User\nBulwark Webmail Developer',
|
||||||
htmlSignature: '<p>--<br>Dev User<br><em>Bulwark Webmail Developer</em></p>',
|
htmlSignature: '<p>Dev User<br><em>Bulwark Webmail Developer</em></p>',
|
||||||
mayDelete: false,
|
mayDelete: false,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user