about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-03-22 02:14:19 +0000
committerEric Wong <e@80x24.org>2017-03-22 02:14:19 +0000
commitb7ad68f80356124f08e93ead6a575375f726291f (patch)
tree33769ff14588f73661fa85c7297a8d2b5ed27fc4
parent92f27ed0be327ab6acb61aeedf7a77702cc6c25f (diff)
downloadpublic-inbox-b7ad68f80356124f08e93ead6a575375f726291f.tar.gz
Apparently mid.mail-archive.com does not support HTTPS,
and the HTTP version redirects to the search query, anyways.
-rw-r--r--lib/PublicInbox/ExtMsg.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/ExtMsg.pm b/lib/PublicInbox/ExtMsg.pm
index 67ce0407..6cfc6c32 100644
--- a/lib/PublicInbox/ExtMsg.pm
+++ b/lib/PublicInbox/ExtMsg.pm
@@ -16,7 +16,7 @@ use PublicInbox::WwwStream;
 our @EXT_URL = (
         # leading "//" denotes protocol-relative (http:// or https://)
         '//marc.info/?i=%s',
-        '//mid.mail-archive.com/%s',
+        '//www.mail-archive.com/search?l=mid&q=%s',
         'http://mid.gmane.org/%s',
         'https://lists.debian.org/msgid-search/%s',
         '//docs.FreeBSD.org/cgi/mid.cgi?db=mid&id=%s',