diff --git a/src/config.rs b/src/config.rs index 0d23f1101..de85f96bd 100644 --- a/src/config.rs +++ b/src/config.rs @@ -33,6 +33,7 @@ pub enum Config { E2eeEnabled, #[strum(props(default = "1"))] MdnsEnabled, + #[strum(props(default = "1"))] InboxWatch, #[strum(props(default = "1"))] SentboxWatch,