From fee3cf83f6833e34755c7c8492ef1a4088d91ae5 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 17 Apr 2002 21:20:19 +0000 Subject: Handle broken multipart/signed parts such as where the signature part is 2002-04-17 Jeffrey Stedfast * mail-format.c (handle_multipart_signed): Handle broken multipart/signed parts such as where the signature part is not the last part (as it should be). Fixes bug #23583. * folder-browser.c (message_list_drag_data_get): Free the temp GByteArrays. (setup_popup_icons): Connect to the destroy signal on the pixmap objects using gtk_object_unref as the callback - this way when the popup menu gets destroyed, the pixmaps clean themselves up. (on_right_click): Same idea for the label_menu. svn path=/trunk/; revision=16494 --- mail/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index da62d12319..aeb58042b1 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,16 @@ +2002-04-17 Jeffrey Stedfast + + * mail-format.c (handle_multipart_signed): Handle broken + multipart/signed parts such as where the signature part is not the + last part (as it should be). Fixes bug #23583. + + * folder-browser.c (message_list_drag_data_get): Free the temp + GByteArrays. + (setup_popup_icons): Connect to the destroy signal on the pixmap + objects using gtk_object_unref as the callback - this way when the + popup menu gets destroyed, the pixmaps clean themselves up. + (on_right_click): Same idea for the label_menu. + 2002-04-17 Jeffrey Stedfast * mail-local.c (mail_local_folder_construct): Just use g_basename. -- cgit v1.2.3