diff --git a/components/email/email-viewer.tsx b/components/email/email-viewer.tsx index 6fee7328..2de6340a 100644 --- a/components/email/email-viewer.tsx +++ b/components/email/email-viewer.tsx @@ -654,6 +654,7 @@ export function EmailViewer({ const tDemoWelcome = useTranslations('demo_welcome'); const tWelcome = useTranslations('welcome'); const externalContentPolicy = useSettingsStore((state) => state.externalContentPolicy); + const messageSpacing = useSettingsStore((state) => state.messageSpacing); const mailAttachmentAction = useSettingsStore((state) => state.mailAttachmentAction); const attachmentPosition = useSettingsStore((state) => state.attachmentPosition); const addTrustedSender = useSettingsStore((state) => state.addTrustedSender); @@ -2116,9 +2117,21 @@ export function EmailViewer({ // Word/Outlook HTML emails ship a
${effectiveEmailContent.html}