From 7a7759645c6fd59bc0a4392072d626bf48e915b5 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 17 Feb 2004 21:02:56 +0000 Subject: Fix for bug #54060 (except for the "don't let users copy/move messages to 2004-02-17 Jeffrey Stedfast Fix for bug #54060 (except for the "don't let users copy/move messages to Outbox" bit). * em-folder-tree.c (emft_drop_target): Rearranged a little. We can check for special dest folders right away. Also added a check for the default local folders (Drafts/Inbox/Outbox/Sent) since we don't want to be able to move them anywhere else (copying is ok). (emft_popup_copy_folder_selected): Don't allow moving any of the default local folders to be consistant with drag&drop changes. (emft_popup_rename_folder): Don't allow the user to rename a default local folder. (emft_popup_delete_folder): Don't allow deletion of special local folders. * mail-component.c (mail_component_peek_local_store): New function to peek the local store. svn path=/trunk/; revision=24765 --- mail/ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 43c047541d..dfa4209896 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,22 @@ +2004-02-17 Jeffrey Stedfast + + Fix for bug #54060 (except for the "don't let users copy/move + messages to Outbox" bit). + + * em-folder-tree.c (emft_drop_target): Rearranged a little. We can + check for special dest folders right away. Also added a check for + the default local folders (Drafts/Inbox/Outbox/Sent) since we + don't want to be able to move them anywhere else (copying is ok). + (emft_popup_copy_folder_selected): Don't allow moving any of the + default local folders to be consistant with drag&drop changes. + (emft_popup_rename_folder): Don't allow the user to rename a + default local folder. + (emft_popup_delete_folder): Don't allow deletion of special local + folders. + + * mail-component.c (mail_component_peek_local_store): New function + to peek the local store. + 2004-02-17 Jeffrey Stedfast * em-format-html-display.c (efhd_xpkcs7mime_validity_clicked): -- cgit v1.2.3