mirror of
https://github.com/soywod/himalaya.git
synced 2025-04-16 14:23:35 +00:00
allow account.sendmail when sendmail feature is on
This commit is contained in:
parent
12e71a5ba8
commit
77206b2326
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ impl From<Iter<'_, String, TomlAccountConfig>> for Accounts {
|
|||
backends.push_str("smtp");
|
||||
}
|
||||
|
||||
#[cfg(feature = "sendmail")]
|
||||
if account.sendmail.is_some() {
|
||||
if !backends.is_empty() {
|
||||
backends.push_str(", ")
|
||||
|
|
Loading…
Add table
Reference in a new issue