We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b4441 commit e6a9785Copy full SHA for e6a9785
lisp/mail/mail-extr.el
@@ -383,7 +383,7 @@ by translating things like \"foo!bar!baz@host\" into \"[email protected]\"."
383
;; Matches telephone extensions.
384
(defconst mail-extr-telephone-extension-pattern
385
(purecopy
386
- "\\(\\([Ee]xt\\|[Tt]ph\\|[Tt]el\\|[Xx]\\).?\\)? *\\+?[0-9][- 0-9]+"))
+ "\\(\\([Ee]xt\\|[Tt]ph\\|[Tt]el\\|[Xx]\\)\\.?\\)? *\\+?[0-9][- 0-9]+"))
387
388
;; Matches ham radio call signs.
389
;; Help from: Mat Maessen N2NJZ <[email protected]>, Mark Feit
0 commit comments