fix: update comment for external-mail warning

This commit is contained in:
Linus Rath
2026-05-06 01:54:28 +02:00
parent 09302684da
commit 43475945bf
+1 -1
View File
@@ -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 = {