notmuch: normalize unread_recipients to lower case
This commit is contained in:
parent
2b6cb6ec6e
commit
393ffc8506
@ -652,7 +652,7 @@ impl Notmuch {
|
||||
};
|
||||
let addr = &si.addr;
|
||||
if addr == "couchmoney@gmail.com" || addr.ends_with("@xinu.tv") {
|
||||
*r.entry(addr.clone()).or_default() += 1;
|
||||
*r.entry(addr.to_lowercase()).or_default() += 1;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user