* mu4e-view: recognize '*' as part of url

This commit is contained in:
djcb 2012-08-16 20:45:41 +03:00
parent 12226c19c0
commit 1a5ee55a80
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ The first letter of NAME is used as a shortcut character.")
"A map of some number->url so we can jump to url by number.")
(defconst mu4e~view-url-regexp
"\\(\\(https?\\://\\|mailto:\\)[-+a-zA-Z0-9.?_$%/+&#@!~,:;=/()]+\\)"
"\\(\\(https?\\://\\|mailto:\\)[-+a-zA-Z0-9.?_$%/+&#@!*~,:;=/()]+\\)"
"Regexp that matches http:/https:/mailto: URLs; match-string 1
will contain the matched URL, if any.")