summaryrefslogtreecommitdiff
path: root/lib/MaildirIndexer/LogTimelineSchema.rakumod
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2020-03-16 15:20:33 +0000
committerdakkar <dakkar@thenautilus.net>2020-03-16 15:34:19 +0000
commit89ed77e5d87574b9eb391a9c984f56138a0d0767 (patch)
tree5bad2ea1d18d82228602a96ab49966cfb3f4dc11 /lib/MaildirIndexer/LogTimelineSchema.rakumod
parentmore async! (diff)
downloadMaildirIndexer-89ed77e5d87574b9eb391a9c984f56138a0d0767.tar.gz
MaildirIndexer-89ed77e5d87574b9eb391a9c984f56138a0d0767.tar.bz2
MaildirIndexer-89ed77e5d87574b9eb391a9c984f56138a0d0767.zip
actually working cache updating in ByAddresses
Diffstat (limited to 'lib/MaildirIndexer/LogTimelineSchema.rakumod')
-rw-r--r--lib/MaildirIndexer/LogTimelineSchema.rakumod2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/MaildirIndexer/LogTimelineSchema.rakumod b/lib/MaildirIndexer/LogTimelineSchema.rakumod
index ea0d2fc..1e95e65 100644
--- a/lib/MaildirIndexer/LogTimelineSchema.rakumod
+++ b/lib/MaildirIndexer/LogTimelineSchema.rakumod
@@ -20,3 +20,5 @@ class Index::Rm does Log::Timeline::Task['MaildirIndexer','Index','rm path'] { }
class Index::Find does Log::Timeline::Task['MaildirIndexer','Index','finding mailbox'] { };
class Server::Serve does Log::Timeline::Task['MaildirIndexer','Server','serving a request'] { };
+
+class Index::Cache does Log::Timeline::Task['MaildirIndexer','Index','update cache'] { };