mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-21 21:09:28 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user