From 9045f9fddba2e3d7b20894b0675d0cf8eeb9a9a5 Mon Sep 17 00:00:00 2001 From: Nat Friedman Date: Fri, 22 Oct 2004 04:32:27 +0000 Subject: Add a REPLY_ALL flag to the Message target. Set the REPLY_ALL flag when 2004-10-22 Nat Friedman * em-event.c: Add a REPLY_ALL flag to the Message target. * em-composer-utils.c (em_utils_reply_to_message): Set the REPLY_ALL flag when appropriate. svn path=/trunk/; revision=27689 --- mail/ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index a045865c04..cf1a4ad1d0 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,9 +1,15 @@ +2004-10-22 Nat Friedman + + * em-event.c: Add a REPLY_ALL flag to the Message target. + * em-composer-utils.c (em_utils_reply_to_message): Set the + REPLY_ALL flag when appropriate. + 2004-10-21 Not Zed * em-composer-utils.c (em_utils_reply_to_message): emit a 'message.replying' event with a message target. -2004-10-21 Nat +2004-10-21 Nat Friedman * em-event.c (em_event_target_new_message): new target type for message-related events. -- cgit