Monotone-Parent: 5d2d791e4a2a9e21320b1113d6e1aa60344fd002

Monotone-Revision: 6f77fc45fcd26193f857296861fb5fa0648c1e8e

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-02-09T22:44:45
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2011-02-09 22:44:45 +00:00
parent 9013b40e41
commit 6c0bef68bd
1 changed files with 0 additions and 2 deletions

View File

@ -145,7 +145,6 @@ static EOQualifier *nonDeletedQualifier = nil;
[subject substringToIndex: colIdx]];
else
stringValue = @"";
[self logWithFormat: @"subject prefix: %@", stringValue];
*data = [stringValue asUnicodeInMemCtx: memCtx];
break;
case PR_NORMALIZED_SUBJECT_UNICODE:
@ -159,7 +158,6 @@ static EOQualifier *nonDeletedQualifier = nil;
stringValue = subject;
if (!stringValue)
stringValue = @"";
[self logWithFormat: @"normalized subject: %@", stringValue];
*data = [stringValue asUnicodeInMemCtx: memCtx];
break;