X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/e6b209319165993de719250e277a675cc5f8703a..3690368c9119a35d62afd69498fa9215d8a54560:/dot/emacs?ds=sidebyside diff --git a/dot/emacs b/dot/emacs index 13ac888..afb08bd 100644 --- a/dot/emacs +++ b/dot/emacs @@ -211,7 +211,9 @@ "\\)$") bbdb-canonicalize-net-hook (lambda (addr) - (cond ((string-match (concat "^reply-[0-9a-f]+-[0-9a-f]+_" + (cond ((null addr) + nil) + ((string-match (concat "^reply-[0-9a-f]+-[0-9a-f]+_" "HTML-[0-9]+-[0-9]+-[0-9]+" "@\\(nationwide-communications\\.co\\.uk\\)") addr)