From 865606984fb9d3c1a3e6af99ceea17fac7c18b07 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 29 Jan 2002 21:06:01 +0000 Subject: New function that implements the Redirect feature. 2002-01-29 Jeffrey Stedfast * mail-callbacks.c (redirect): New function that implements the Redirect feature. * mail-ops.c (mail_send_message): If we are redirecting a message, get the Resent-* recipients otherwise get the normal To/Cc/Bcc recipients and use them in the CamelTransport::send_to() method. * mail-session.c (main_get_filter_driver): Set the beep_func to the beep_cb, not the play_sound_func. Oops ;-) * folder-browser-ui.c: Add Redirect bonobo verb thingy here. (folder_browser_ui_set_selection_state): Add MessageRedirect to the proper string arrays. svn path=/trunk/; revision=15511 --- mail/mail-session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-session.c') diff --git a/mail/mail-session.c b/mail/mail-session.c index 07d27d639e..20f72762cd 100644 --- a/mail/mail-session.c +++ b/mail/mail-session.c @@ -857,7 +857,7 @@ main_get_filter_driver (CamelSession *session, const char *type, CamelException camel_filter_driver_set_shell_exec_func (driver, mail_execute_shell_command, NULL); camel_filter_driver_set_play_sound_func (driver, session_play_sound, NULL); - camel_filter_driver_set_play_sound_func (driver, session_system_beep, NULL); + camel_filter_driver_set_system_beep_func (driver, session_system_beep, NULL); fsearch = g_string_new (""); faction = g_string_new (""); -- cgit