X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/7047be8d18b9eafce46eb2401df7d2386b5f32ec..2d14c35371483621691ade4d71d16e3ea5e82a9b:/dot/emacs diff --git a/dot/emacs b/dot/emacs index fe857bc..31cfd15 100644 --- a/dot/emacs +++ b/dot/emacs @@ -213,6 +213,8 @@ "\\)") addr) (concat "submit@bugs." (match-string 1 addr))) + ((string-match "^\\([^@+]+\\)\\+[^@]*\\(@.*\\)$" addr) + (concat (match-string 1 addr) (match-string 2 addr))) (t addr)))) ;; Customization.