We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f0cf7 commit 6df8900Copy full SHA for 6df8900
lisp/gnus/gnus-ml.el
@@ -150,7 +150,7 @@ If FORCE is non-nil, replace the old ones."
150
(with-current-buffer gnus-original-article-buffer
151
(gnus-fetch-field "list-archive"))))
152
(cond (list-archive
153
- (if (string-match "<\\(http:[^>]*\\)>" list-archive)
+ (if (string-match "<\\(https?:[^>]*\\)>" list-archive)
154
(browse-url (match-string 1 list-archive))
155
(browse-url list-archive)))
156
(t (gnus-message 1 "no list-archive in this group")))))
0 commit comments