summaryrefslogtreecommitdiff
path: root/lib/MaildirIndexer/Index/ByRef.pm6
diff options
context:
space:
mode:
Diffstat (limited to 'lib/MaildirIndexer/Index/ByRef.pm6')
-rw-r--r--lib/MaildirIndexer/Index/ByRef.pm62
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MaildirIndexer/Index/ByRef.pm6 b/lib/MaildirIndexer/Index/ByRef.pm6
index 497b5a1..5a9b53b 100644
--- a/lib/MaildirIndexer/Index/ByRef.pm6
+++ b/lib/MaildirIndexer/Index/ByRef.pm6
@@ -4,7 +4,7 @@ unit class MaildirIndexer::Index::ByRef does MaildirIndexer::Index;
use MaildirIndexer::Email;
has Str %!id-for-file;
-has Str %!mailboxes-for-id;
+has Array[Str] %!mailboxes-for-id;
method dump() {
say "{.key} → {.value}" for %!id-for-file;