1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-21 06:56:48 +02:00

* 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

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.")