Expunge immediately after MoveItems to force the Delete response

This commit is contained in:
Ludovic Marcotte
2014-01-29 11:21:36 -05:00
parent dc41e29f05
commit af6a69c9fc
+1 -1
View File
@@ -747,7 +747,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
addOrRemove: YES];
if ([[response valueForKey: @"result"] boolValue])
[currentCollection markForExpunge];
[currentCollection expunge];
}