fix: remove all deleted_at/soft-delete from mails — standard mail program logic only

This commit is contained in:
Agent Zero
2026-07-20 16:08:05 +02:00
parent fb92acb52b
commit 3a5520b46a
4 changed files with 71 additions and 91 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ class MailPlugin(BasePlugin):
),
],
events=[],
migrations=["0001_initial.sql", "0006_flag_type.sql", "0007_sync_queue.sql", "0008_sync_queue_deleted_at.sql"],
migrations=["0001_initial.sql", "0006_flag_type.sql", "0007_sync_queue.sql", "0008_sync_queue_deleted_at.sql", "0009_remove_mail_soft_delete.sql"],
permissions=["mail:read", "mail:send", "mail:config", "mail:share", "mail:write", "mail:delete"],
)