mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-11 06:25:31 +00:00
See ChangeLog.
Monotone-Parent: 28cde64403e65a1ebeda3a984650fd31d8614f29 Monotone-Revision: f51ae70ff345179926dfdd4fd5856e968bdfc327 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-05-29T14:31:14
This commit is contained in:
@@ -13,6 +13,10 @@
|
||||
* UI/MailerUI/UIxMailEditor.m (-validateForSend): don't force the
|
||||
subject to be defined.
|
||||
|
||||
* SoObjects/Mailer/SOGoMailObject+Draft.m (-subjectForReply): make
|
||||
sure subject is a defined value to avoid "null" strings in the
|
||||
reply message.
|
||||
|
||||
2012-05-28 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* UI/WebServerResources/SchedulerUI.js (validateUploadForm): hide
|
||||
|
||||
@@ -59,6 +59,8 @@
|
||||
hasPrefix = NO;
|
||||
|
||||
subject = [self decodedSubject];
|
||||
if (![subject length]) subject = @"";
|
||||
|
||||
i = 0;
|
||||
while (!hasPrefix && replyPrefixes[i])
|
||||
if ([subject hasPrefix: replyPrefixes[i]])
|
||||
|
||||
Reference in New Issue
Block a user