mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-25 16:12:44 +00:00
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:
@@ -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]];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user