From 02ef73b41752f5b7e7b6841043cbd06cede1d012 Mon Sep 17 00:00:00 2001 From: alma Date: Fri, 25 Apr 2025 09:38:23 +0200 Subject: [PATCH] panel 2 courrier --- app/courrier/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/courrier/page.tsx b/app/courrier/page.tsx index d27ee22b..f4b7eb43 100644 --- a/app/courrier/page.tsx +++ b/app/courrier/page.tsx @@ -52,6 +52,7 @@ export interface Email { read: boolean; starred: boolean; attachments?: { name: string; url: string }[]; + folder: string; } interface Attachment {