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;

View File

@@ -463,6 +463,13 @@
"when": 1788802000000,
"tag": "0068_email_entity_suggestions",
"breakpoints": true
},
{
"idx": 66,
"version": "7",
"when": 1788803000000,
"tag": "0069_reset_email_entity_suggestions",
"breakpoints": true
}
]
}