mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 21:36: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 => {
|
||||
progress!(context, 310);
|
||||
if param_autoconfig.is_none() {
|
||||
let url = format!(
|
||||
"https://{}{}/autodiscover/autodiscover.xml",
|
||||
"", param_domain
|
||||
);
|
||||
let url = format!("https://{}/autodiscover/autodiscover.xml", param_domain);
|
||||
param_autoconfig = outlk_autodiscover(context, &url, ¶m).ok();
|
||||
}
|
||||
true
|
||||
|
||||
Reference in New Issue
Block a user