mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
Fix frontend mailrule missing consumption scope parameter
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
import { ObjectWithId } from './object-with-id'
|
||||
|
||||
export enum MailFilterAttachmentType {
|
||||
Attachments = 1,
|
||||
Everything = 2,
|
||||
}
|
||||
|
||||
export enum MailRuleConsumptionScope {
|
||||
Attachments = 1,
|
||||
Email_Only = 2,
|
||||
Everything = 3,
|
||||
|
Reference in New Issue
Block a user