mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 10:26:29 +03:00
fix content-type setting and some encryption
This commit is contained in:
@@ -78,7 +78,6 @@ impl Aheader {
|
||||
Ok(header) => {
|
||||
info!(context, "comparing {} - {}", header.addr, wanted_from);
|
||||
if addr_cmp(&header.addr, wanted_from) {
|
||||
info!(context, "found header {:?}", header);
|
||||
return Some(header);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user