mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 06:46:35 +03:00
make clippy happy
This commit is contained in:
@@ -756,7 +756,7 @@ impl<'a, 'b> MimeFactory<'a, 'b> {
|
||||
let old_name = self.msg.param.get(Param::Arg).unwrap_or_default();
|
||||
protected_headers.push(Header::new(
|
||||
"Chat-Group-Name-Changed".into(),
|
||||
maybe_encode_words(old_name.into()),
|
||||
maybe_encode_words(old_name),
|
||||
));
|
||||
}
|
||||
SystemMessage::GroupImageChanged => {
|
||||
|
||||
Reference in New Issue
Block a user