mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 06:33:18 +00:00
Monotone-Parent: 5be6c87443be578d119d408f0aa2b86f5a6bbc31
Monotone-Revision: 7ad56d517ee86167bc71b34f0a08fd92931aa4cc Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-04-15T18:27:08 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -401,7 +401,7 @@ static int cssEscapingCount;
|
||||
if ([qpString length] > [self length])
|
||||
{
|
||||
qpString = [qpString stringByReplacingString: @" " withString: @"_"];
|
||||
subjectString = [NSString stringWithFormat: @"=?%@?Q?%@?=",
|
||||
subjectString = [NSString stringWithFormat: @"=?%@?q?%@?=",
|
||||
encoding, qpString];
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user