See ChangeLog

Monotone-Parent: b7300c32ea4332dc810095989c8cea185300c032
Monotone-Revision: 030a45848583164e8f229744cd5a518ecc93b665

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-11-19T22:50:18
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Francis Lachapelle 2009-11-19 22:50:18 +00:00
parent 56972b8e53
commit 8f472524a4
2 changed files with 6 additions and 7 deletions

View File

@ -1,3 +1,9 @@
2009-11-19 Francis Lachapelle <flachapelle@inverse.ca>
* SoObjects/Mailer/SOGoMailReply.m (-messageBody): don't try to
remove the bottom signature when replying to an email, in order to
avoid situations where a previous message follows the last signature.
2009-11-19 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/SOGoUserDefaults.m (-fetchJSONProfileFromDB):

View File

@ -93,13 +93,6 @@
}
else
{
NSRange r;
r = [s rangeOfString: @"\n-- \n" options: NSBackwardsSearch];
if (r.length)
s = [s substringToIndex: r.location];
s = [s stringByApplyingMailQuoting]; //adds "> " on each line
}
}