diff --git a/src/components/EmailListPanel.tsx b/src/components/EmailListPanel.tsx index 34ecbb0..e75fb60 100644 --- a/src/components/EmailListPanel.tsx +++ b/src/components/EmailListPanel.tsx @@ -495,6 +495,23 @@ export default function EmailListPanel({ return (
+ {/* Header */} +
+ + {view === "inbox" ? "Inbox" : view === "drafts" ? "Drafts" : "Sent"} + + + + + + + +
+ {/* Search (inbox only) */} {view === "inbox" && (