Fix missing frontend email attachment options

This commit is contained in:
Michael Shamoon
2022-12-30 07:20:17 -08:00
parent f4e5023d22
commit eaa7ae2fb5
4 changed files with 37 additions and 18 deletions

View File

@@ -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 {