about summary refs log tree commit homepage
path: root/lib/PublicInbox/Search.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-08-17 02:41:13 +0000
committerEric Wong <e@80x24.org>2015-08-17 03:13:35 +0000
commit395b6a9e8d4815708208c19c5b9a488c09f41c4f (patch)
treeac2194b0d0a51d75eb473cf0f2bcfb3e513aef83 /lib/PublicInbox/Search.pm
parent41947542045105aaa6f500f44de17de775e45a0b (diff)
downloadpublic-inbox-395b6a9e8d4815708208c19c5b9a488c09f41c4f.tar.gz
terminology: replies => followups
Replies are only direct replies, but followups could be any message
further down the thread.  The latter is more useful.
Diffstat (limited to 'lib/PublicInbox/Search.pm')
-rw-r--r--lib/PublicInbox/Search.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/PublicInbox/Search.pm b/lib/PublicInbox/Search.pm
index f4f00b25..6fd46f44 100644
--- a/lib/PublicInbox/Search.pm
+++ b/lib/PublicInbox/Search.pm
@@ -218,8 +218,8 @@ sub get_subject_path {
         $self->do_enquire($query);
 }
 
-# given a message ID, get replies to a message
-sub get_replies {
+# given a message ID, get followups to a message
+sub get_followups {
         my ($self, $mid, $opts) = @_;
         $mid = mid_clean($mid);
         $mid = mid_compressed($mid);