Other: Fix log message, rename test fixture

This commit is contained in:
James Houlahan
2022-10-20 12:16:00 +02:00
parent ca132881f9
commit bf29090ffa
5 changed files with 42 additions and 42 deletions

View File

@ -63,7 +63,7 @@ func (user *User) sync(ctx context.Context) error {
}
if !user.vault.SyncStatus().HasMessages {
logrus.Info("Syncing labels")
logrus.Info("Syncing messages")
if err := user.updateCh.MapErr(func(updateCh map[string]*queue.QueuedChannel[imap.Update]) error {
return syncMessages(ctx, user.ID(), user.client, user.vault, addrKRs, updateCh, user.eventCh)