forked from Silverfish/proton-bridge
Apply suggestion to internal/imap/mailbox_messages.go
This commit is contained in:
committed by
Jakub Cuth
parent
e166748270
commit
aea816029f
@ -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
|
||||
|
||||
Reference in New Issue
Block a user