mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
mimeparser: remove unused parsed_protected_headers field
This commit is contained in:
committed by
Floris Bruynooghe
parent
d0b5b7ba03
commit
8702f290af
@@ -41,7 +41,6 @@ pub struct MimeParser<'a> {
|
|||||||
pub user_avatar: AvatarAction,
|
pub user_avatar: AvatarAction,
|
||||||
pub group_avatar: AvatarAction,
|
pub group_avatar: AvatarAction,
|
||||||
reports: Vec<Report>,
|
reports: Vec<Report>,
|
||||||
parsed_protected_headers: bool,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, PartialEq)]
|
#[derive(Debug, PartialEq)]
|
||||||
@@ -103,7 +102,6 @@ impl<'a> MimeParser<'a> {
|
|||||||
message_kml: None,
|
message_kml: None,
|
||||||
user_avatar: AvatarAction::None,
|
user_avatar: AvatarAction::None,
|
||||||
group_avatar: AvatarAction::None,
|
group_avatar: AvatarAction::None,
|
||||||
parsed_protected_headers: false,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
let message_time = mail
|
let message_time = mail
|
||||||
|
|||||||
Reference in New Issue
Block a user