set correct default value for inbox_watch

This commit is contained in:
B. Petersen
2019-09-03 00:39:33 +02:00
committed by holger krekel
parent e5a1b721f1
commit 50947b81c0

View File

@@ -33,6 +33,7 @@ pub enum Config {
E2eeEnabled,
#[strum(props(default = "1"))]
MdnsEnabled,
#[strum(props(default = "1"))]
InboxWatch,
#[strum(props(default = "1"))]
SentboxWatch,