mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-18 19:48:53 +00:00
Patch applied from bug #1664
Monotone-Parent: 1e79eab4c546452715e5171f1c326b7d36f1c195 Monotone-Revision: 99dc7d9dce88b8a323b1e7aab60de99ed2bfda60 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-05-29T18:56:15
This commit is contained in:
@@ -125,8 +125,8 @@
|
||||
// TODO: this is ugly, create reusable link facility in SOPE
|
||||
// TODO: remove 'search' and 'filterpopup', preserve sorting
|
||||
NSMutableString *ms;
|
||||
NSArray *qp;
|
||||
unsigned i, count;
|
||||
NSArray *qp;
|
||||
NSUInteger i, count;
|
||||
|
||||
qp = [[u substringFromIndex:(r.location + r.length)]
|
||||
componentsSeparatedByString:@"&"];
|
||||
@@ -193,8 +193,8 @@
|
||||
SOGoMailAccounts *co;
|
||||
SOGoContactFolders *folders;
|
||||
SOGoParentFolder *folder;
|
||||
WORequest *request;
|
||||
int i, count;
|
||||
WORequest *request;
|
||||
NSUInteger i, count;
|
||||
|
||||
parameters = nil;
|
||||
co = [self clientObject];
|
||||
@@ -549,7 +549,7 @@
|
||||
NSArray *available;
|
||||
NSDictionary *metaData;
|
||||
SOGoUserDefaults *ud;
|
||||
unsigned int i;
|
||||
NSUInteger i;
|
||||
|
||||
if (!columnsOrder)
|
||||
{
|
||||
@@ -636,8 +636,8 @@
|
||||
NSMutableArray *folders;
|
||||
NSMutableString *path;
|
||||
SOGoUserDefaults *ud;
|
||||
NSString *s;
|
||||
int i, j, k;
|
||||
NSString *s;
|
||||
NSUInteger i, j, k;
|
||||
|
||||
ud = [[context activeUser] userDefaults];
|
||||
folders = [NSMutableArray array];
|
||||
|
||||
Reference in New Issue
Block a user