mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-13 10:07:15 +01:00
reconfigure mail admin
This commit is contained in:
parent
b7a2601724
commit
3c3c847db5
2 changed files with 10 additions and 9 deletions
|
|
@ -8,6 +8,7 @@ from datetime import date
|
|||
from datetime import timedelta
|
||||
from fnmatch import fnmatch
|
||||
from typing import Dict
|
||||
from typing import List
|
||||
|
||||
import magic
|
||||
import pathvalidate
|
||||
|
|
@ -151,7 +152,7 @@ class TagMailAction(BaseMailAction):
|
|||
|
||||
@shared_task
|
||||
def apply_mail_action(
|
||||
result: str,
|
||||
result: List[str],
|
||||
rule_id: int,
|
||||
message_uid: str,
|
||||
message_subject: str,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue