mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 09:37:04 +01:00
Fix missing frontend email attachment options
This commit is contained in:
parent
f4e5023d22
commit
eaa7ae2fb5
4 changed files with 37 additions and 18 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue