diff --git a/SOPE/sope-patchset-r1625.diff b/SOPE/sope-patchset-r1625.diff index 66324e07b..8dc5fdfb1 100644 --- a/SOPE/sope-patchset-r1625.diff +++ b/SOPE/sope-patchset-r1625.diff @@ -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;