I'm thinking these shouldn't include angle brackets: "m": "<[email protected]>", "refs": ["<[email protected]>"],
Using angle brackets on the command-line requires quoting to disambiguate against redirects, so it's a pain. Leaving the brackets in still works because of how Xapian's query parser works, not because of anything we do on our end. Since the actual headers are "Message-ID" and "References", (and not "m" or "refs"), I think it's clear that we don't have to match the raw mail contents exactly. We RFC 2047 decode "f|t|c|s" fields anyways instead of showing the raw values, so more precedence for leaving out <>. -- unsubscribe: one-click, see List-Unsubscribe header archive: https://public-inbox.org/meta/
