]> Sergey Matveev's repositories - public-inbox.git/commitdiff
view: use "original" rather than "raw"
authorEric Wong <e@80x24.org>
Sun, 6 Apr 2014 07:03:49 +0000 (07:03 +0000)
committerEric Wong <e@80x24.org>
Sun, 6 Apr 2014 07:03:49 +0000 (07:03 +0000)
This wording is probably clearer to everyone, and also used by at
least one other mailing list WWW interface.

lib/PublicInbox/View.pm

index 18ba36a85ba68e9e5fc061ce5a7f4c0be678facd..748e6680cb23e1be60f5b59bc2d8e6fdb2fe4fba 100644 (file)
@@ -140,7 +140,7 @@ sub headers_to_html_header {
        if (defined $mid) {
                my ($html, $href) = trim_message_id($mid);
                $rv .= "Message-ID: <a href=$href.html>$html</a> ";
-               $rv .= "(<a href=$href.txt>raw message</a>)\n";
+               $rv .= "(<a href=$href.txt>original</a>)\n";
        }
 
        my $irp = $simple->header('In-Reply-To');