]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commit
Enhancement: option to stop processing further mail rules feature-mailrule-stop-processing-4314
authorshamoon <4887959+shamoon@users.noreply.github.com>
Mon, 24 Feb 2025 16:53:20 +0000 (08:53 -0800)
committershamoon <4887959+shamoon@users.noreply.github.com>
Mon, 24 Feb 2025 17:00:47 +0000 (09:00 -0800)
commit7d74177c55e4971d214dbbc06afc70e21d49200f
tree259f56228b37a4165ab96095aad7a032fa0a1a04
parenta548c32c1fcec5a79a6e930d07a4ba113573b5aa
Enhancement: option to stop processing further mail rules
12 files changed:
src-ui/messages.xlf
src-ui/src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html
src-ui/src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.ts
src-ui/src/app/data/mail-rule.ts
src-ui/src/app/services/rest/mail-rule.service.spec.ts
src/documents/tests/test_migration_workflows.py
src/locale/en_US/LC_MESSAGES/django.po
src/paperless_mail/mail.py
src/paperless_mail/migrations/0030_mailrule_stop_processing.py [new file with mode: 0644]
src/paperless_mail/models.py
src/paperless_mail/serialisers.py
src/paperless_mail/tests/test_mail.py