fix "the trait Add<&&str> is not implemented for std::string::String"

This commit is contained in:
B. Petersen
2022-07-11 20:27:40 +02:00
committed by dignifiedquire
parent 0aa4e21f7a
commit 4ff746ef81

View File

@@ -534,7 +534,7 @@ async fn decode_mailto(context: &Context, qr: &str) -> Result<Qr> {
if subject.is_empty() {
body.to_string()
} else {
subject + "\n" + body
subject + "\n" + *body
}
} else {
subject