i18n: add missing translation keys

This commit is contained in:
Linus Rath
2026-04-21 17:42:52 +02:00
parent 1f60671886
commit 30c4afb977
17 changed files with 287 additions and 56 deletions
+1 -1
View File
@@ -216,7 +216,7 @@ export function EmailComposer({
const [attachments, setAttachments] = useState<ComposerAttachment[]>(() => {
if (mode === 'forward' && replyTo?.attachments?.length) {
return replyTo.attachments
// Skip inline cid-referenced images they're embedded in the forwarded HTML body
// Skip inline cid-referenced images - they're embedded in the forwarded HTML body
// (matches the viewer's hideInlineImageAttachments logic).
.filter(att => !(att.cid && att.disposition === 'inline' && (att.type || '').startsWith('image/')))
.map(att => ({