Fix missing frontend email attachment options

This commit is contained in:
Michael Shamoon
2022-12-30 07:20:17 -08:00
parent c6a6b4f645
commit 07b67fe49f
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 {