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 */}