mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-23 15:12:44 +00:00
Monotone-Parent: 5d2d791e4a2a9e21320b1113d6e1aa60344fd002
Monotone-Revision: 6f77fc45fcd26193f857296861fb5fa0648c1e8e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-02-09T22:44:45 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user