We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fetch_existing_msgs
1 parent dd29fae commit 3eddc91Copy full SHA for 3eddc91
src/config.rs
@@ -145,7 +145,7 @@ pub enum Config {
145
/// If set to "1", on the first time `start_io()` is called after configuring,
146
/// the newest existing messages are fetched.
147
/// Existing recipients are added to the contact database regardless of this setting.
148
- #[strum(props(default = "1"))]
+ #[strum(props(default = "0"))]
149
FetchExistingMsgs,
150
151
/// If set to "1", then existing messages are considered to be already fetched.
0 commit comments