From c49e3376d5c1f2e267c312c01d03251f85d79036 Mon Sep 17 00:00:00 2001 From: alma Date: Sun, 27 Apr 2025 22:03:30 +0200 Subject: [PATCH] courrier multi account restore compose --- app/courrier/page.tsx | 62 +++---------------------------------------- 1 file changed, 3 insertions(+), 59 deletions(-) diff --git a/app/courrier/page.tsx b/app/courrier/page.tsx index 83eedc5c..21c71b7f 100644 --- a/app/courrier/page.tsx +++ b/app/courrier/page.tsx @@ -977,65 +977,9 @@ export default function CourrierPage() { {/* Panel 2: Email List - Always visible */}
- {/* Header with search */} -
- - -
- - searchEmails(e.target.value)} - placeholder="Search emails..." - className="pl-8 h-9 bg-gray-50 border-gray-200" - /> -
- -
- {selectedEmailIds.length > 0 && ( -
- - - -
- )} - - {session?.user && ( - - - {session.user.name?.substring(0, 2) || session.user.email?.substring(0, 2) || 'U'} - - - )} -
+ {/* Header with simple title */} +
+

{currentFolder}

{/* Email List - Always visible */}