mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 08:55:08 +00:00
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:
@@ -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
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
|
||||
- (WOResponse *) replyToAllAction
|
||||
{
|
||||
return [self replyToAll: NO];
|
||||
return [self replyToAll: YES];
|
||||
}
|
||||
|
||||
- (WOResponse *) forwardAction
|
||||
|
||||
Reference in New Issue
Block a user