diff options
author | Jed Brown <jed@jedbrown.org> | 2014-02-13 08:04:22 -0700 |
---|---|---|
committer | David Bremner <david@tethera.net> | 2014-02-16 18:55:24 -0400 |
commit | 718d58ade00a699adbff3dbbe84f7851daad9cd7 (patch) | |
tree | b784c3687e600c0a7805e5a81a21e0157c928d20 /test | |
parent | 320d4a856eca6f7d4363b3465e7032e658913ece (diff) |
emacs: update alist for mail-archive.com API change
Searching by Message-Id no longer works via the old mail-archive.com
API, though I have contacted them in hopes that they restore it to
prevent dead links. Anyway, the new API is cleaner.
Acked-by: Austin Clements <amdragon@MIT.EDU>
Diffstat (limited to 'test')
-rwxr-xr-x | test/T310-emacs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/T310-emacs.sh b/test/T310-emacs.sh index 7dc9a8e0..00ae96a8 100755 --- a/test/T310-emacs.sh +++ b/test/T310-emacs.sh @@ -727,7 +727,7 @@ inbox,stashtest ${gen_msg_filename} http://mid.gmane.org/bought http://marc.info/?i=bought -http://mail-archive.com/search?l=mid&q=bought +http://mid.mail-archive.com/bought EOF test_expect_equal_file OUTPUT EXPECTED |