Allow setting mailrule order from frontend

This commit is contained in:
Michael Shamoon
2023-01-17 10:01:49 -08:00
parent 003201bc1b
commit 623ac441d5
4 changed files with 5 additions and 1 deletions

View File

@@ -36,6 +36,8 @@ export interface PaperlessMailRule extends ObjectWithId {
account: number // PaperlessMailAccount.id
order: number
folder: string
filter_from: string