From 57cf47ec49dee9f919460840ae94074ff807b695 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 16 Aug 2015 02:17:14 +0000 Subject: www: /t/$MESSAGE_ID.html for threads This should bring up nearly the entire thread a given Message-ID is linked to. --- public-inbox.cgi | 1 + 1 file changed, 1 insertion(+) (limited to 'public-inbox.cgi') diff --git a/public-inbox.cgi b/public-inbox.cgi index 57935c50..ed0f12c8 100755 --- a/public-inbox.cgi +++ b/public-inbox.cgi @@ -29,6 +29,7 @@ if (@ARGV && $ARGV[0] eq 'static') { 301 => 'Moved Permanently', 404 => 'Not Found', 405 => 'Method Not Allowed', + 501 => 'Not Implemented', ); print "Status: $status $codes{$status}\r\n"; -- cgit v1.2.3-24-ge0c7