fix tpl forward/reply, fix flag subcmd (#190)

This commit is contained in:
Clément DOUIN
2021-09-18 22:02:42 +02:00
parent e065d8d905
commit cdce6c0bf2
9 changed files with 101 additions and 131 deletions
-1
View File
@@ -266,7 +266,6 @@ pub fn mailto<ImapService: ImapServiceInterface, SmtpService: SmtpServiceInterfa
encoding: ContentTransferEncoding::Base64,
bcc: Some(bcc),
cc: Some(cc),
signature: Some(account.signature.to_owned()),
subject: Some(subject.into()),
..Headers::default()
};