Skip to content

Commit 807b8c4

Browse files
authored
Update src/mimeparser.rs
1 parent 06fd9bd commit 807b8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mimeparser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1719,7 +1719,7 @@ impl MimeMessage {
17191719
.and_then(|msgid| parse_message_id(msgid).ok())
17201720
}
17211721

1722-
/// Remove headers that are only allowed to be present in an encrypted-and-signed message:
1722+
/// Remove headers that are only allowed to be present in an encrypted-and-signed message
17231723
fn remove_secured_headers(
17241724
headers: &mut HashMap<String, String>,
17251725
removed: &mut HashSet<String>,

0 commit comments

Comments
 (0)