mirror of
https://github.com/chatmail/core.git
synced 2026-04-02 05:22:14 +03:00
update provider-db
ran `./src/provider/update.py ../provider-db/_providers/ > src/provider/data.rs` to pull in fetch_existing setting for nauta.
This commit is contained in:
committed by
holger krekel
parent
0a300da347
commit
7a82fd4bbd
@@ -408,6 +408,7 @@ lazy_static::lazy_static! {
|
||||
ConfigDefault { key: Config::MvboxMove, value: "0" },
|
||||
ConfigDefault { key: Config::E2eeEnabled, value: "0" },
|
||||
ConfigDefault { key: Config::MediaQuality, value: "1" },
|
||||
ConfigDefault { key: Config::FetchExisting, value: "0" },
|
||||
]),
|
||||
strict_tls: false,
|
||||
oauth2_authorizer: None,
|
||||
@@ -827,5 +828,5 @@ lazy_static::lazy_static! {
|
||||
("ziggo.nl", &*P_ZIGGO_NL),
|
||||
].iter().copied().collect();
|
||||
|
||||
pub static ref PROVIDER_UPDATED: chrono::NaiveDate = chrono::NaiveDate::from_ymd(2020, 9, 22);
|
||||
pub static ref PROVIDER_UPDATED: chrono::NaiveDate = chrono::NaiveDate::from_ymd(2020, 10, 16);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user