diff --git a/app/courrier/page.tsx b/app/courrier/page.tsx index f05d85d7..40e5376f 100644 --- a/app/courrier/page.tsx +++ b/app/courrier/page.tsx @@ -410,7 +410,7 @@ function getReplyBody(email: Email, type: 'reply' | 'reply-all' | 'forward' = 'r

Subject: ${email.subject}

To: ${email.to}

${email.cc ? `

Cc: ${email.cc}

` : ''} -
${content}
+
`; @@ -419,7 +419,7 @@ function getReplyBody(email: Email, type: 'reply' | 'reply-all' | 'forward' = 'r

On ${new Date(email.date).toLocaleString()}, ${email.from} wrote:

-
${content}
+
`;