]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Inbox.pm
www: use absolute URLs for coderepo URLs
[public-inbox.git] / lib / PublicInbox / Inbox.pm
index 1f7f982da783fee8e847e98294828ace331832ab..acd7f33843a7654b6895f70bfbd1ea9bdd441dea 100644 (file)
@@ -431,4 +431,6 @@ sub mailboxid { # rfc 8474, 8620, 8621
                sprintf('-%x', uidvalidity($self) // 0)
 }
 
+sub thing_type { 'public inbox' }
+
 1;