Monotone-Parent: 8ef0ab24c4c10895d5e911f82260ba93fedbb853

Monotone-Revision: 42b9d80ac08dee2bf98006223a87c3a37a8ace44

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-10-30T14:16:51
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-10-30 14:16:51 +00:00
parent 10fd7bbc86
commit b7685686a4
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
2007-10-30 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/MailerUI/UIxMailActions.m ([-replyToAllAction]): invoke
"replyToAll:" with YES as parameter instead of NO.
2007-10-29 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Mailer/SOGoMailBodyPart.m ([SOGoMailBodyPart
+1 -1
View File
@@ -66,7 +66,7 @@
- (WOResponse *) replyToAllAction
{
return [self replyToAll: NO];
return [self replyToAll: YES];
}
- (WOResponse *) forwardAction