mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-17 05:07:55 +08:00
add missing From header when using xdg-email (#162)
This commit is contained in:
@@ -214,6 +214,7 @@ impl Tpl {
|
||||
}
|
||||
}
|
||||
|
||||
headers.insert(String::from("From"), ctx.config.address(ctx.account));
|
||||
headers.insert(String::from("To"), url.path().to_string());
|
||||
headers.insert(String::from("Subject"), subject.into());
|
||||
if !cc.is_empty() {
|
||||
|
||||
Reference in New Issue
Block a user