diff --git a/webmail/view.go b/webmail/view.go index 3fdb25c..ada0e94 100644 --- a/webmail/view.go +++ b/webmail/view.go @@ -962,6 +962,9 @@ func serveEvents(ctx context.Context, log mlog.Log, accountPath string, w http.R case store.ChangeAddSubscription: // Webmail does not care about subscriptions. + case store.ChangeAnnotation: + // Nothing. + default: panic(fmt.Sprintf("missing case for change %T", c)) }