(0000164)
mark (administrator)
06 Mar 10 18:55
|
This is a side effect of the way Qt handles drag and drop. MPro is first told to copy the messages, which it does, then told to delete the originals which fails due to the lock. This is probably happening now because of a recent bug fix which stopped MPro from attempting a deletion during both steps of the operation.
The solution is to check for the move during the copy and then ignore Qt's request to delete the originals. I plan to address this in the v2.63 beta series which should start soon.
|