* 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.")
(defconst mu4e~view-url-regexp
"\\(\\(https?\\://\\|mailto:\\)[-+a-zA-Z0-9.?_$%/+&#@!*~,:;=/()]+\\)"
"\\(\\(https?\\://\\|mailto:\\)[-+\[:alnum:\].?_$%/+&#@!*~,:;=/()]+\\)"
"Regexp that matches http:/https:/mailto: URLs; match-string 1
will contain the matched URL, if any.")