mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
set correct default value for inbox_watch
This commit is contained in:
committed by
holger krekel
parent
e5a1b721f1
commit
50947b81c0
@@ -33,6 +33,7 @@ pub enum Config {
|
|||||||
E2eeEnabled,
|
E2eeEnabled,
|
||||||
#[strum(props(default = "1"))]
|
#[strum(props(default = "1"))]
|
||||||
MdnsEnabled,
|
MdnsEnabled,
|
||||||
|
#[strum(props(default = "1"))]
|
||||||
InboxWatch,
|
InboxWatch,
|
||||||
#[strum(props(default = "1"))]
|
#[strum(props(default = "1"))]
|
||||||
SentboxWatch,
|
SentboxWatch,
|
||||||
|
|||||||
Reference in New Issue
Block a user