chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f23fd56
)
dot/emacs: Squish Debbugs-style email addresses to the submission address.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 21 Mar 2016 11:42:24 +0000
(11:42 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 21 Mar 2016 11:42:24 +0000
(11:42 +0000)
dot/emacs
patch
|
blob
|
blame
|
history
diff --git
a/dot/emacs
b/dot/emacs
index d6b437063228abcaed1adf69c4907b6f08542502..0ec4931fe8f2e17d1ab276006f5b7475209928b5 100644
(file)
--- a/
dot/emacs
+++ b/
dot/emacs
@@
-207,6
+207,12
@@
"@\\(nationwide-communications\\.co\\.uk\\)")
addr)
(concat "nationwide@" (match-string 1 addr)))
"@\\(nationwide-communications\\.co\\.uk\\)")
addr)
(concat "nationwide@" (match-string 1 addr)))
+ ((string-match (concat "^[0-9]+@bugs\\."
+ "\\(" "debian\\.org"
+ "\\|" "distorted\\.org\\.uk"
+ "\\)")
+ addr)
+ (concat "submit@bugs." (match-string 1 addr)))
(t addr))))
;; Customization.
(t addr))))
;; Customization.