about summary refs log tree commit homepage
path: root/lib/PublicInbox/MHreader.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/MHreader.pm')
-rw-r--r--lib/PublicInbox/MHreader.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/MHreader.pm b/lib/PublicInbox/MHreader.pm
index 673e3e06..033aa740 100644
--- a/lib/PublicInbox/MHreader.pm
+++ b/lib/PublicInbox/MHreader.pm
@@ -82,7 +82,7 @@ sub kw_for ($$) {
         \@kw;
 }
 
-sub _file2eml { # mh_each_file cb
+sub _file2eml { # mh_each_file / mh_read_one cb
         my ($dir, $n, $self, $ucb, @arg) = @_;
         my $eml = eml_from_path($n);
         $ucb->($dir, $n, kw_for($self, $n), $eml, @arg) if $eml;