1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-26 07:29:17 +02:00

* mu: fix detection of urls with diacritics

This commit is contained in:
djcb 2013-03-05 07:18:17 -08:00
parent a2fc0a26b9
commit 79c1c8e452

View File

@ -127,7 +127,7 @@ This is to determine what is the parent docid for embedded
message extracted at some path.") message extracted at some path.")
(defconst mu4e~view-url-regexp (defconst mu4e~view-url-regexp
"\\(\\(https?\\://\\|mailto:\\)[-+a-zA-Z0-9.?_$%/+&#@!*~,:;=/()]+\\)" "\\(\\(https?\\://\\|mailto:\\)[-+\[:alnum:\].?_$%/+&#@!*~,:;=/()]+\\)"
"Regexp that matches http:/https:/mailto: URLs; match-string 1 "Regexp that matches http:/https:/mailto: URLs; match-string 1
will contain the matched URL, if any.") will contain the matched URL, if any.")