mirror of
https://github.com/chatmail/core.git
synced 2026-04-23 00:16:34 +03:00
more cleanups
This commit is contained in:
@@ -76,7 +76,6 @@ impl Aheader {
|
||||
if let Ok(Some(value)) = headers.get_first_value("Autocrypt") {
|
||||
match Self::from_str(&value) {
|
||||
Ok(header) => {
|
||||
info!(context, "comparing {} - {}", header.addr, wanted_from);
|
||||
if addr_cmp(&header.addr, wanted_from) {
|
||||
return Some(header);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user