about summary refs log tree commit homepage
path: root/lib/oldweb/_tail.rhtml
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2020-07-26 02:10:08 +0000
committerEric Wong <e@80x24.org>2020-07-26 02:15:42 +0000
commit51aff4fe961b05cdcbaaf8c5afe542fcf52a5d2f (patch)
treefe76473c0575929a8e696ca4021caef96e69717d /lib/oldweb/_tail.rhtml
parent864e2f59ac4e4aadf8c5a4bf97e35facaaea6883 (diff)
downloadolddoc-51aff4fe961b05cdcbaaf8c5afe542fcf52a5d2f.tar.gz
public-inbox.org added an IMAP server with AUTH=ANONYMOUS
support, so maybe there'll be more public IMAP deployments
down the line.
Diffstat (limited to 'lib/oldweb/_tail.rhtml')
-rw-r--r--lib/oldweb/_tail.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/oldweb/_tail.rhtml b/lib/oldweb/_tail.rhtml
index e3fada5..7fb4839 100644
--- a/lib/oldweb/_tail.rhtml
+++ b/lib/oldweb/_tail.rhtml
@@ -2,7 +2,7 @@
 public_email = @old_cfg['public_email']
 private_email = @old_cfg['private_email']
 source_code = Array(@old_cfg['source_code']).dup
-archive_urls = Array(@old_cfg['ml_url']) + Array(@old_cfg['nntp_url'])
+archive_urls = Array(@old_cfg.values_at(*%W(ml_url nntp_url imap_url))).flatten
 if url = archive_urls.shift %><hr /><pre>
 mail archives: <a
 href="<%= url %>"><%= url %></a><%