fix(email): ignore recipient headers in entity suggestions

This commit is contained in:
2026-09-08 09:51:47 +02:00
parent 2462418548
commit a09f770a63
5 changed files with 42 additions and 11 deletions

View File

@@ -0,0 +1,2 @@
-- Recompute suggestions without recipient evidence on next opening. Existing links remain intact.
UPDATE "email_messages" SET "entity_suggestions" = NULL WHERE "entity_suggestions" IS NOT NULL;