mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-20 07:28:26 +08:00
fix smtp discovery wrong config
This commit is contained in:
@@ -11,7 +11,6 @@ pub(crate) fn configure() -> Result<BackendConfig> {
|
||||
.default(String::from("/usr/bin/msmtp"))
|
||||
.interact()?
|
||||
.into(),
|
||||
// ..Default::default() // in case any other field was added
|
||||
};
|
||||
|
||||
Ok(BackendConfig::Sendmail(config))
|
||||
|
||||
+1
-1
@@ -42,7 +42,7 @@ pub(crate) async fn configure(
|
||||
let autoconfig_oauth2 = autoconfig.and_then(|c| c.oauth2());
|
||||
let autoconfig_server = autoconfig.and_then(|c| {
|
||||
c.email_provider()
|
||||
.incoming_servers()
|
||||
.outgoing_servers()
|
||||
.into_iter()
|
||||
.find(|server| matches!(server.server_type(), ServerType::Smtp))
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user