X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=lurk.git;a=blobdiff_plain;f=lurk.el;h=05e7da3c4340cc1d45b48e60220ecefe9b395842;hp=9ef2fbb95e320eb098d7a2308997d43501c9a8ce;hb=fc4f780770d4f903983b0ae04b47e180a461987a;hpb=a6382bdca03066f521dc351a9534e40804bcf6de diff --git a/lurk.el b/lurk.el index 9ef2fbb..05e7da3 100644 --- a/lurk.el +++ b/lurk.el @@ -552,8 +552,8 @@ portion of the source component of the message, as LURK doesn't use this.") (opt (group (: ":" (+ digit)))) (opt (group (: "/" (opt - (* (any alnum "-/.,#:%=&_?~@")) - (any alnum "-/#:%=&_~@"))))))) + (* (any alnum "-/.,#:%=&_?~@+")) + (any alnum "-/#:%=&_~@+"))))))) "Imperfect regex used to find URLs in plain text.") (defun lurk-click-url (button)