diff options
Diffstat (limited to 'worker/jmap')
-rw-r--r-- | worker/jmap/directories.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/worker/jmap/directories.go b/worker/jmap/directories.go index eac63398..2b253975 100644 --- a/worker/jmap/directories.go +++ b/worker/jmap/directories.go @@ -30,7 +30,7 @@ func (w *JMAPWorker) handleListDirectories(msg *types.ListDirectories) error { // query information we might already know cachedMailboxState, err := w.cache.GetMailboxState() if err != nil { - w.w.Warnf("PutMailboxState: %s", err) + w.w.Warnf("GetMailboxState: %s", err) } consistentMailboxState := currentMailboxState == cachedMailboxState |