user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
* [PATCH] extmsg: use updated mail-archive.com URL
@ 2017-03-22  2:25 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2017-03-22  2:25 UTC (permalink / raw)
  To: meta

Apparently mid.mail-archive.com does not support HTTPS,
and the HTTP version redirects to the search query, anyways.
---
 lib/PublicInbox/ExtMsg.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/PublicInbox/ExtMsg.pm b/lib/PublicInbox/ExtMsg.pm
index 67ce040..6cfc6c3 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',
-- 
EW


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-03-22  2:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-22  2:25 [PATCH] extmsg: use updated mail-archive.com URL Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).