courrier multi account

This commit is contained in:
alma 2025-04-27 18:31:10 +02:00
parent cf19b96bf8
commit 4b15e47059

View File

@ -434,7 +434,7 @@ export default function CourrierPage() {
return () => {
isMounted = false;
};
}, [session?.user?.id, loadEmails, accounts, currentFolder]);
}, [session?.user?.id, loadEmails]);
// Helper to get folder icons
const getFolderIcon = (folder: string) => {