dot/vm: Make `vm-reply-ignored-addresses' patterns match correctly.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 24 May 2020 01:50:31 +0000 (02:50 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 24 May 2020 01:50:31 +0000 (02:50 +0100)
commit4ecc8e686b58c7137f9a9e1b2373b40cabb22ef7
tree277ff6a86a15fa4e078e62fe17ccf78d4f62596e
parentc28fd5c7339969d51ea1d1c6b28b3613dba3af30
dot/vm: Make `vm-reply-ignored-addresses' patterns match correctly.

They're taken from the BBDB patterns, but BBDB only matches the actual
mailbox part of an address, while VM wants to match the entire address
string.  Strip off leading `^' and trailing `$', and wrap `\<...\>'
around instead.
dot/vm