mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 09:07:18 +01:00
Allow setting mailrule order from frontend
This commit is contained in:
parent
003201bc1b
commit
623ac441d5
4 changed files with 5 additions and 1 deletions
|
|
@ -36,6 +36,8 @@ export interface PaperlessMailRule extends ObjectWithId {
|
|||
|
||||
account: number // PaperlessMailAccount.id
|
||||
|
||||
order: number
|
||||
|
||||
folder: string
|
||||
|
||||
filter_from: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue