mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-20 05:45:57 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user