From b07b855a920dbe7d516e98044aaaea78bfcb4369 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 18 Aug 2008 18:56:18 +0000 Subject: [PATCH] Monotone-Parent: bee77c97cf6bc3c0948dafa9eabc6dc67cf6d118 Monotone-Revision: 5a485db5775478811d6c38cfd017ebee3f75514c Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-08-18T18:56:18 Monotone-Branch: ca.inverse.sogo --- SOPE/sope-patchset-r1625.diff | 9 --------- 1 file changed, 9 deletions(-) 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;