* mu4e-view.el: improve url-matching regexp

This commit is contained in:
djcb 2012-02-16 07:29:17 +02:00
parent 557ae0d348
commit 0236157cd8
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ Seen; if the message is not New/Unread, do nothing."
"*internal* A map of some number->url so we can jump to url by number.")
(defconst mu4e-url-regexp
"\\(https?://[-+a-zA-Z0-9.?_$%/+&#@!~,:;=/]+\\)"
"\\(https?://[-+a-zA-Z0-9.?_$%/+&#@!~,:;=/()]+\\)"
"*internal* regexp that matches URLs; match-string 1 will contain
the matched URL, if any.")