@@ -674,6 +674,13 @@ pub static EVENT_NAMES: &[&str] = &[
674674 "auth.success" ,
675675 "auth.token-expired" ,
676676 "auth.too-many-attempts" ,
677+ "calendar.alarm-failed" ,
678+ "calendar.alarm-recipient-override" ,
679+ "calendar.alarm-sent" ,
680+ "calendar.alarm-skipped" ,
681+ "calendar.itip-message-error" ,
682+ "calendar.itip-message-received" ,
683+ "calendar.itip-message-sent" ,
677684 "calendar.rule-expansion-error" ,
678685 "cluster.message-invalid" ,
679686 "cluster.message-received" ,
@@ -909,6 +916,7 @@ pub static EVENT_NAMES: &[&str] = &[
909916 "manage.not-supported" ,
910917 "message-ingest.duplicate" ,
911918 "message-ingest.error" ,
919+ "message-ingest.fts-index" ,
912920 "message-ingest.ham" ,
913921 "message-ingest.imap-append" ,
914922 "message-ingest.jmap-append" ,
@@ -1126,6 +1134,7 @@ pub static EVENT_NAMES: &[&str] = &[
11261134 "spam.pyzor" ,
11271135 "spam.pyzor-error" ,
11281136 "spam.train" ,
1137+ "spam.train-account" ,
11291138 "spam.train-balance" ,
11301139 "spam.train-error" ,
11311140 "spf.fail" ,
@@ -1156,11 +1165,10 @@ pub static EVENT_NAMES: &[&str] = &[
11561165 "store.foundationdb-error" ,
11571166 "store.http-store-error" ,
11581167 "store.http-store-fetch" ,
1159- "store.ldap-bind" ,
11601168 "store.ldap-error" ,
11611169 "store.ldap-query" ,
1170+ "store.ldap-warning" ,
11621171 "store.mysql-error" ,
1163- "store.nats-error" ,
11641172 "store.not-configured" ,
11651173 "store.not-found" ,
11661174 "store.not-supported" ,
@@ -1172,11 +1180,10 @@ pub static EVENT_NAMES: &[&str] = &[
11721180 "store.sql-query" ,
11731181 "store.sqlite-error" ,
11741182 "store.unexpected-error" ,
1175- "task-queue.bayes-train" ,
11761183 "task-queue.blob-not-found" ,
1177- "task-queue.index" ,
1178- "task-queue.locked" ,
11791184 "task-queue.metadata-not-found" ,
1185+ "task-queue.task-acquired" ,
1186+ "task-queue.task-locked" ,
11801187 "telemetry.alert" ,
11811188 "telemetry.journal-error" ,
11821189 "telemetry.log-error" ,
0 commit comments