From 0ad5aaea8088200992598ee3be8b41416b0bee33 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 10 Aug 2000 18:43:46 +0000 Subject: Fix a bug in the async changes. (This was identical to reply_to_sender.) * mail-callbacks.c (reply_to_all): Fix a bug in the async changes. (This was identical to reply_to_sender.) svn path=/trunk/; revision=4694 --- mail/ChangeLog | 5 +++++ mail/mail-callbacks.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index 17591f38f1..0b40c4553f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2000-08-10 Dan Winship + + * mail-callbacks.c (reply_to_all): Fix a bug in the async changes. + (This was identical to reply_to_sender.) + 2000-08-10 Not Zed * mail-local.c (do_local_reconfigure_folder): Update for diff --git a/mail/mail-callbacks.c b/mail/mail-callbacks.c index 7ffb7dc870..b12f148062 100644 --- a/mail/mail-callbacks.c +++ b/mail/mail-callbacks.c @@ -320,7 +320,7 @@ reply_to_all (GtkWidget *widget, gpointer user_data) FolderBrowser *fb = FOLDER_BROWSER (user_data); mail_reply (fb->folder, fb->mail_display->current_message, - fb->message_list->cursor_uid, FALSE); + fb->message_list->cursor_uid, TRUE); } static void -- cgit v1.2.3