We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 463d454 commit 886f932Copy full SHA for 886f932
extension/js/content_scripts/webmail/thunderbird/thunderbird-element-replacer.ts
@@ -91,7 +91,6 @@ export class ThunderbirdElementReplacer extends WebmailElementReplacer {
91
const generatedPgpTemplate = this.generatePgpAttachmentTemplate(attachment);
92
$('.pgp_attachments_block').append(generatedPgpTemplate); // xss-sanitized
93
}
94
- // todo: detect encrypted message send as attachment and render it when email body is empty
95
// todo: detached signed message via https://github.com/FlowCrypt/flowcrypt-browser/issues/5668
96
97
0 commit comments