Skip to content

Commit

Permalink
PREAPPS-8008: Added the zimbraPrefHideMuteConvModal flag in Mailbox M…
Browse files Browse the repository at this point in the history
…etadata to control the show/hide functionality of the mute conversation modal
  • Loading branch information
GadhariSachin authored and silentsakky committed Oct 1, 2024
1 parent 91ec58b commit 3a5af23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/schema/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -2116,6 +2116,7 @@ type MailboxMetadataAttrs {
zimbraPrefSMIMEDefaultSetting: String
zimbraPrefSMIMELastOperation: String
zimbraPrefContactSourceFolderID: String
zimbraPrefHideMuteConvModal: Boolean
}

type MailboxMetadataMeta {
Expand Down Expand Up @@ -2149,6 +2150,7 @@ input MailboxMetadataSectionAttrsInput {
zimbraPrefSMIMEDefaultSetting: String
zimbraPrefSMIMELastOperation: String
zimbraPrefContactSourceFolderID: String
zimbraPrefHideMuteConvModal: Boolean
}

type MimePart {
Expand Down

0 comments on commit 3a5af23

Please sign in to comment.