mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
configure: do not format! an empty string
This commit is contained in:
committed by
holger krekel
parent
49fdd6fc5b
commit
cf7ccb5b8c
@@ -200,10 +200,7 @@ pub fn JobConfigureImap(context: &Context) -> job::Status {
|
|||||||
7 => {
|
7 => {
|
||||||
progress!(context, 310);
|
progress!(context, 310);
|
||||||
if param_autoconfig.is_none() {
|
if param_autoconfig.is_none() {
|
||||||
let url = format!(
|
let url = format!("https://{}/autodiscover/autodiscover.xml", param_domain);
|
||||||
"https://{}{}/autodiscover/autodiscover.xml",
|
|
||||||
"", param_domain
|
|
||||||
);
|
|
||||||
param_autoconfig = outlk_autodiscover(context, &url, ¶m).ok();
|
param_autoconfig = outlk_autodiscover(context, &url, ¶m).ok();
|
||||||
}
|
}
|
||||||
true
|
true
|
||||||
|
|||||||
Reference in New Issue
Block a user