#190 Handle gmail duplicate folder
This commit is contained in:
parent
0b3aca4167
commit
06da4512b9
3 changed files with 4 additions and 4 deletions
lib
|
@ -236,6 +236,7 @@ func (store *MessageStore) Copy(uids []uint32, dest string, createDest bool,
|
|||
if createDest {
|
||||
store.worker.PostAction(&types.CreateDirectory{
|
||||
Directory: dest,
|
||||
Quiet: true,
|
||||
}, cb)
|
||||
}
|
||||
|
||||
|
@ -255,6 +256,7 @@ func (store *MessageStore) Move(uids []uint32, dest string, createDest bool,
|
|||
if createDest {
|
||||
store.worker.PostAction(&types.CreateDirectory{
|
||||
Directory: dest,
|
||||
Quiet: true,
|
||||
}, cb)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue