]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/View.pm
rename most instances of "list" to "inbox"
[public-inbox.git] / lib / PublicInbox / View.pm
index 70eb44e5b64768a0b6169e3c6c2af2cae853615a..d559cae4b9cbe34239f5c930dcf3abcca5929119 100644 (file)
@@ -35,7 +35,7 @@ sub msg_html {
                '</pre></body></html>';
 }
 
-# /$LISTNAME/$MESSAGE_ID/R/
+# /$INBOX/$MESSAGE_ID/R/
 sub msg_reply {
        my ($ctx, $hdr, $footer) = @_;
        my $s = $hdr->header('Subject');