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