mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-01 16:39:46 +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:
@@ -53,7 +53,7 @@
|
||||
nil
|
||||
};
|
||||
BOOL hasPrefix;
|
||||
unsigned int i;
|
||||
NSUInteger i;
|
||||
NSString *subject, *newSubject;
|
||||
|
||||
hasPrefix = NO;
|
||||
@@ -101,7 +101,7 @@
|
||||
NSDictionary *parts;
|
||||
NSString *rawPart, *content, *contentKey;
|
||||
SOGoUserDefaults *ud;
|
||||
int index;
|
||||
NSUInteger index;
|
||||
BOOL htmlComposition, htmlContent;
|
||||
|
||||
content = @"";
|
||||
@@ -191,7 +191,7 @@
|
||||
static NSString *sescape[] = {
|
||||
@"/", @"..", @"~", @"\"", @"'", @" ", @".", nil
|
||||
};
|
||||
unsigned int count, length;
|
||||
NSUInteger count, length;
|
||||
|
||||
subject = [self decodedSubject];
|
||||
length = [subject length];
|
||||
@@ -300,7 +300,7 @@
|
||||
NSString *newPath;
|
||||
NSArray *subparts;
|
||||
NSString *type;
|
||||
unsigned int i;
|
||||
NSUInteger i;
|
||||
|
||||
type = [[part objectForKey: @"type"] lowercaseString];
|
||||
if ([type isEqualToString: @"multipart"])
|
||||
|
||||
@@ -471,7 +471,8 @@ static int cssEscapingCount;
|
||||
|
||||
- (int) timeValue
|
||||
{
|
||||
int i, time;
|
||||
int time;
|
||||
NSInteger i;
|
||||
|
||||
if ([self length] > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user