web: show X-Original-To: if To: is missing, fallback to Delivered-To:

This commit is contained in:
2025-02-23 11:46:21 -08:00
parent e6b3a5b5a9
commit 1cc52d6c96
4 changed files with 116 additions and 1 deletions

View File

@@ -641,7 +641,6 @@ impl Notmuch {
let Some(msg) = &tn.0 else {
return Ok(());
};
info!("msg.headers {:#?}", msg.headers);
let mut addrs = vec![];
let hdr = &msg.headers.to;
if let Some(to) = hdr {