diff --git a/app/courrier/page.tsx b/app/courrier/page.tsx
index 6779f235..3aaebc03 100644
--- a/app/courrier/page.tsx
+++ b/app/courrier/page.tsx
@@ -398,8 +398,6 @@ function getReplyBody(email: Email, type: 'reply' | 'reply-all' | 'forward'): st
if (type === 'forward') {
return `
-
-
From: ${email.from}
Date: ${date}
@@ -411,8 +409,6 @@ function getReplyBody(email: Email, type: 'reply' | 'reply-all' | 'forward'): st `; } else { return ` -On ${date}, ${email.from} wrote: