about summary refs log tree commit homepage
path: root/lib/PublicInbox/Eml.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-03-03 13:48:54 +0000
committerEric Wong <e@80x24.org>2021-03-04 14:29:17 -0400
commite3cee251defa7a1d8d2ae56c334a4e6cf2ba935b (patch)
tree71518c3e69c2643666e94dbe622535eb9cbe9545 /lib/PublicInbox/Eml.pm
parent8b39c0757a7d6d62ff7f432c13ef4c497f1c804e (diff)
downloadpublic-inbox-e3cee251defa7a1d8d2ae56c334a4e6cf2ba935b.tar.gz
I already forgot what it does and thought I was misusing
the API :x
Diffstat (limited to 'lib/PublicInbox/Eml.pm')
-rw-r--r--lib/PublicInbox/Eml.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/PublicInbox/Eml.pm b/lib/PublicInbox/Eml.pm
index 81a6632b..0697c3a5 100644
--- a/lib/PublicInbox/Eml.pm
+++ b/lib/PublicInbox/Eml.pm
@@ -234,6 +234,7 @@ sub mp_descend ($$) {
 # $cb - user-supplied callback sub
 # $arg - user-supplied arg (think pthread_create)
 # $once - unref body scalar during iteration
+# $all - used by IMAP server, only
 sub each_part {
         my ($self, $cb, $arg, $once, $all) = @_;
         my $p = mp_descend($self, $once // 0) or