diff --git a/app/courrier/page.tsx b/app/courrier/page.tsx
index cd4d3405..0aad9307 100644
--- a/app/courrier/page.tsx
+++ b/app/courrier/page.tsx
@@ -784,13 +784,7 @@ export default function CourrierPage() {
{/* Accounts Section */}
-
+ Accounts
{account.name}
{account.id !== 'loading-account' && (
-
-
-
-
-
- { e.stopPropagation(); setAccountToEdit(account); setShowEditModal(true); }}>Edit
- { e.stopPropagation(); setAccountToDelete(account); setShowDeleteDialog(true); }}>Delete
-
-
+
)}
{/* Show folders for any expanded account */}