mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-06 12:05:28 +00:00
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
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user