mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
codestyle
This commit is contained in:
parent
d2df1b0fc9
commit
5a292426c9
@ -20,24 +20,36 @@ class MailRuleAdmin(admin.ModelAdmin):
|
|||||||
'fields': ('name', 'order', 'account', 'folder')
|
'fields': ('name', 'order', 'account', 'folder')
|
||||||
}),
|
}),
|
||||||
("Filter", {
|
("Filter", {
|
||||||
'description': "Paperless will only process mails that match ALL "
|
'description':
|
||||||
"of the filters given below.",
|
"Paperless will only process mails that match ALL of the "
|
||||||
'fields': ('filter_from', 'filter_subject', 'filter_body', 'maximum_age')
|
"filters given below.",
|
||||||
|
'fields':
|
||||||
|
('filter_from',
|
||||||
|
'filter_subject',
|
||||||
|
'filter_body',
|
||||||
|
'maximum_age')
|
||||||
}),
|
}),
|
||||||
("Actions", {
|
("Actions", {
|
||||||
'description': "The action applied to the mail. This action is "
|
'description':
|
||||||
"only performed when documents were consumed from "
|
"The action applied to the mail. This action is only "
|
||||||
"the mail. Mails without attachments will remain "
|
"performed when documents were consumed from the mail. Mails "
|
||||||
"entirely untouched.",
|
"without attachments will remain entirely untouched.",
|
||||||
'fields': ('action', 'action_parameter')
|
'fields': (
|
||||||
|
'action',
|
||||||
|
'action_parameter')
|
||||||
}),
|
}),
|
||||||
("Metadata", {
|
("Metadata", {
|
||||||
'description': "Assign metadata to documents consumed from this "
|
'description':
|
||||||
"rule automatically. If you do not assign tags, "
|
"Assign metadata to documents consumed from this rule "
|
||||||
"types or correspondents here, paperless will "
|
"automatically. If you do not assign tags, types or "
|
||||||
"still process all matching rules that you have "
|
"correspondents here, paperless will still process all "
|
||||||
"defined.",
|
"matching rules that you have defined.",
|
||||||
"fields": ('assign_title_from', 'assign_tag', 'assign_document_type', 'assign_correspondent_from', 'assign_correspondent')
|
"fields": (
|
||||||
|
'assign_title_from',
|
||||||
|
'assign_tag',
|
||||||
|
'assign_document_type',
|
||||||
|
'assign_correspondent_from',
|
||||||
|
'assign_correspondent')
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user