Implement message generation using lettre_email

This commit is contained in:
dignifiedquire
2019-11-30 01:09:47 +01:00
parent dbd6303829
commit 47197aa495
9 changed files with 844 additions and 828 deletions

View File

@@ -1013,7 +1013,7 @@ pub fn star_msgs(context: &Context, msg_ids: &[MsgId], star: bool) -> bool {
pub fn get_summarytext_by_raw(
viewtype: Viewtype,
text: Option<impl AsRef<str>>,
param: &mut Params,
param: &Params,
approx_characters: usize,
context: &Context,
) -> String {