From a629e23a702163c393201244544dcf178d435b58 Mon Sep 17 00:00:00 2001 From: alma Date: Thu, 24 Apr 2025 20:01:59 +0200 Subject: [PATCH] compose mime --- app/courrier/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/courrier/page.tsx b/app/courrier/page.tsx index 4dd2bced..ff187708 100644 --- a/app/courrier/page.tsx +++ b/app/courrier/page.tsx @@ -509,7 +509,6 @@ export default function CourrierPage() { // Process emails keeping exact folder names and sort by date const processedEmails = (data.emails || []) - .filter((email: any) => email && email.body) // Filter out emails with no body .map((email: any) => ({ id: Number(email.id), accountId: 1,