See ChangeLog

Monotone-Parent: 5549db4f2d783334120dc64154749352cbc0b8e8
Monotone-Revision: b3b57ace71b8022a69465703bcadda8a0a468a74

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-07-26T16:25:34
Monotone-Branch: ca.inverse.sogo
Monotone-Tag: SOGo_v1.3.8b
maint-2.0.2
Francis Lachapelle 2011-07-26 16:25:34 +00:00
parent cfe646ade7
commit 5ec8f6ee2b
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2011-07-26 Francis Lachapelle <flachapelle@inverse.ca>
* UI/MailerUI/UIxMailListActions.m
(-getUIDsInFolder:withHeaders:): we check if the array of messages
UIDs is nil prior adding it to the returned dictionary.
2011-07-25 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Mailer/SOGoMailAccount.m (-hasCapability): new proxy

View File

@ -663,7 +663,8 @@
else
sortByThread = NO;
}
[data setObject: uids forKey: @"uids"];
if (uids != nil)
[data setObject: uids forKey: @"uids"];
[data setObject: [NSNumber numberWithBool: sortByThread] forKey: @"threaded"];
// We also return the inbox quota