mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-17 05:07:55 +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))
|
||||
|
||||
Reference in New Issue
Block a user