web: show X-Original-To: if To: is missing, fallback to Delivered-To:
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user