mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-25 08:02:44 +00:00
Monotone-Parent: bee77c97cf6bc3c0948dafa9eabc6dc67cf6d118
Monotone-Revision: 5a485db5775478811d6c38cfd017ebee3f75514c Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-08-18T18:56:18 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -733,15 +733,6 @@ Index: sope-mime/NGMail/NGMailAddressParser.m
|
||||
int length = 0; // token text length
|
||||
BOOL done = NO;
|
||||
|
||||
@@ -99,7 +99,7 @@
|
||||
switch (c) {
|
||||
case '(' : case ')': case '<': case '>':
|
||||
case '@' : case ',': case ';': case ':':
|
||||
- case '\\': case '"': case '.': case '[':
|
||||
+ case '\\': case '"': case '[':
|
||||
case ']' : case ' ': case 127:
|
||||
isAtom = (length > 0);
|
||||
done = YES;
|
||||
@@ -162,7 +162,7 @@
|
||||
int keepPos = self->dataPos; // keep reference for backtracking
|
||||
id returnValue = nil;
|
||||
|
||||
Reference in New Issue
Block a user