mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 01:46:34 +03:00
refactor: unsafe, CStr and libc moved out
This commit is contained in:
@@ -232,7 +232,7 @@ impl<'a> MimeParser<'a> {
|
||||
}
|
||||
}
|
||||
if let Some(ref subject) = self.subject {
|
||||
let mut prepend_subject: libc::c_int = 1i32;
|
||||
let mut prepend_subject = 1i32;
|
||||
if !self.decrypting_failed {
|
||||
let colon = subject.find(':');
|
||||
if colon == Some(2)
|
||||
|
||||
Reference in New Issue
Block a user