diff --git a/src/config.rs b/src/config.rs index 8c41445bcc..53c4bbc30a 100644 --- a/src/config.rs +++ b/src/config.rs @@ -614,8 +614,7 @@ impl Context { /// Returns true if movebox ("DeltaChat" folder) should be watched. pub(crate) async fn should_watch_mvbox(&self) -> Result { Ok(self.get_config_bool(Config::MvboxMove).await? - || self.get_config_bool(Config::OnlyFetchMvbox).await? - || !self.get_config_bool(Config::IsChatmail).await?) + || self.get_config_bool(Config::OnlyFetchMvbox).await?) } /// Returns true if sync messages should be sent.