From 0236157cd8d60997a4a056382560e22a352277ba Mon Sep 17 00:00:00 2001 From: djcb Date: Thu, 16 Feb 2012 07:29:17 +0200 Subject: [PATCH] * mu4e-view.el: improve url-matching regexp --- emacs/mu4e-view.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/mu4e-view.el b/emacs/mu4e-view.el index 95cc99b0..179f21a6 100644 --- a/emacs/mu4e-view.el +++ b/emacs/mu4e-view.el @@ -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.")