From 87678710135973f72722258e171fc00f85c86ec8 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 20 Mar 2020 08:18:15 +0000 Subject: rename PublicInbox::SearchMsg => PublicInbox::Smsg Since the introduction of over.sqlite3, SearchMsg is not tied to our search functionality in any way, so stop confusing ourselves and future hackers by just calling it "PublicInbox::Smsg". Add a missing "use" in ExtMsg while we're at it. --- t/thread-cycle.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/thread-cycle.t b/t/thread-cycle.t index 21309bd2..e9ea0a27 100644 --- a/t/thread-cycle.t +++ b/t/thread-cycle.t @@ -24,7 +24,7 @@ sub make_objs { 'References' => $msg->{references}, ]); push @simples, $simple; - bless $msg, 'PublicInbox::SearchMsg' + bless $msg, 'PublicInbox::Smsg' } @_; (\@simples, \@msgs); } -- cgit v1.2.3-24-ge0c7