From 43475945bfb1da8275ce845258cce00993d8c618 Mon Sep 17 00:00:00 2001 From: Linus Rath <139418639+rathlinus@users.noreply.github.com> Date: Wed, 6 May 2026 01:54:28 +0200 Subject: [PATCH] fix: update comment for external-mail warning --- components/email/email-composer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/email/email-composer.tsx b/components/email/email-composer.tsx index 7f1b093b..86b15ce9 100644 --- a/components/email/email-composer.tsx +++ b/components/email/email-composer.tsx @@ -980,7 +980,7 @@ export function EmailComposer({ const inlineAttachments = rewritten?.attachments ?? []; try { - // Let plugins veto the send (external-recipient warning, mistyped-domain + // Let plugins veto the send (external-mail warning, mistyped-domain // guards, etc.). Returning false from any handler aborts before either // the S/MIME or standard JMAP path runs. const sendablePreview: OutgoingEmail = {