Monotone-Parent: 748fb7eea98a07ee1396f6902a6b0fb3e52f280e

Monotone-Revision: 9b5ebc598474f9893ae9cd49b70769d7dbe2996f

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-11-21T15:27:52
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-11-21 15:27:52 +00:00
parent d0bae20969
commit ebbc840ecd

View File

@@ -757,7 +757,10 @@ static BOOL debugSoParts = NO;
/* We don't have parts here but we're trying to download the message's
content that could be an image/jpeg, as an example */
if ([parts count] == 0 && ![_key intValue])
partDesc = [self bodyStructure];
{
partDesc = [self bodyStructure];
_key = @"1";
}
else
{
part = [_key intValue] - 1;