Skip to content

Commit 3eddc91

Browse files
committed
fix: disable fetch_existing_msgs setting by default
This caused too many problems after switching the default setting for `show_emails` from DC_SHOW_EMAILS_OFF to DC_SHOW_EMAILS_ALL in <#4019> There is a topic <https://support.delta.chat/t/setting-no-chats-only-for-show-classic-e-mails-showing-classic-emails/2481> on the forum with multiple requests to revert this setting due to old emails being downloaded.
1 parent dd29fae commit 3eddc91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ pub enum Config {
145145
/// If set to "1", on the first time `start_io()` is called after configuring,
146146
/// the newest existing messages are fetched.
147147
/// Existing recipients are added to the contact database regardless of this setting.
148-
#[strum(props(default = "1"))]
148+
#[strum(props(default = "0"))]
149149
FetchExistingMsgs,
150150

151151
/// If set to "1", then existing messages are considered to be already fetched.

0 commit comments

Comments
 (0)