Fix refresh of list when forwarding a message

Fixes #2818
This commit is contained in:
Francis Lachapelle
2014-07-09 11:19:35 -04:00
parent dbdb7d9051
commit 44d0cb5c0d
6 changed files with 37 additions and 10 deletions
+1 -1
View File
@@ -808,7 +808,7 @@ static NSArray *infoKeys = nil;
jsonResponse = [NSDictionary dictionaryWithObjectsAndKeys:
@"success", @"status",
[co sourceFolder], @"sourceFolder",
[NSNumber numberWithInt: [co IMAP4ID]], @"messageID",
[NSNumber numberWithInt: [co sourceIMAP4ID]], @"sourceMessageID",
nil];
recipients_count += [[co allRecipients] count];