Do not explicitly unlabel folders during move

This commit is contained in:
Michal Horejsek
2021-01-08 08:39:18 +01:00
parent 9193205834
commit 6c96643d12
3 changed files with 13 additions and 1 deletions

View File

@ -62,6 +62,7 @@ type storeMailboxProvider interface {
Color() string
IsSystem() bool
IsFolder() bool
IsLabel() bool
UIDValidity() uint32
Rename(newName string) error