From 06bcaea4bf50ea719cf9da553a39c7034e761855 Mon Sep 17 00:00:00 2001 From: alma Date: Mon, 28 Apr 2025 11:51:13 +0200 Subject: [PATCH] courrier multi account restore compose --- app/courrier/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/courrier/page.tsx b/app/courrier/page.tsx index b42a36fa..60ea50b7 100644 --- a/app/courrier/page.tsx +++ b/app/courrier/page.tsx @@ -11,7 +11,7 @@ import { MoreHorizontal, FolderOpen, X, Paperclip, MessageSquare, Copy, EyeOff, AlertOctagon, Archive, RefreshCw, Menu } from 'lucide-react'; -import { Dialog, DialogContent } from '@/components/ui/dialog'; +import { Dialog, DialogContent, DialogTitle } from '@/components/ui/dialog'; import { Alert, AlertDescription, AlertTitle } from '@/components/ui/alert'; import { AlertDialog, @@ -1141,6 +1141,9 @@ export default function CourrierPage() { {/* Compose Email Dialog */} !open && setShowComposeModal(false)}> + + New Message +