From aea816029fadd8d45b392603019bb3cafb7d47dd Mon Sep 17 00:00:00 2001 From: Michal Horejsek Date: Fri, 17 Apr 2020 07:14:57 +0000 Subject: [PATCH] Apply suggestion to internal/imap/mailbox_messages.go --- internal/imap/mailbox_messages.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/imap/mailbox_messages.go b/internal/imap/mailbox_messages.go index cbc4a037..b0d20370 100644 --- a/internal/imap/mailbox_messages.go +++ b/internal/imap/mailbox_messages.go @@ -131,7 +131,7 @@ func (im *imapMailbox) labelMessages(uid bool, seqSet *imap.SeqSet, targetLabel return err } - // Label messages first to not loss them. If message is only in trash and we unlabel + // Label messages first to not lose them. If message is only in trash and we unlabel // it, it will be removed completely and we cannot label it back. if err := targetStoreMailbox.LabelMessages(messageIDs); err != nil { return err