Monotone-Parent: 4f060f5bee7c6148800ae2f43cbc614a0d861add

Monotone-Revision: ebae336bc62a9607c87bc04d4faa060b8299cd84

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-08-01T13:35:05
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau 2011-08-01 13:35:05 +00:00
parent 7c667bc635
commit c4105ed105

View file

@ -50,8 +50,7 @@
{
unsigned int v = MSGFLAG_FROMME;
if ([[self attachmentKeysMatchingQualifier: nil
andSortOrderings: nil]
if ([[self attachmentKeys]
count] > 0)
v |= MSGFLAG_HASATTACH;
@ -168,7 +167,7 @@ e)
}
}
max = [attachmentKeys count];
max = [[self attachmentKeys] count];
for (count = 0; count < max; count++)
[self _saveAttachment: [attachmentKeys objectAtIndex: count]];
}