From faf4db97fab2375f9b13c35b95702eacf590eec4 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 25 Sep 2002 21:41:53 +0000 Subject: add "mail/public". Leave "vtrash" as it is rather than renaming it to * component-factory.c (folder_types): add "mail/public". Leave "vtrash" as it is rather than renaming it to "mail/vtrash", because we want it to behave differently from normal mail folders more often than we want it to behave the same. (type_is_mail, type_is_vtrash): utility funcs (create_view, create_folder, remove_folder, xfer_folder, populate_folder_context_menu, unpopulate_folder_context_menu, destination_folder_handle_drop, storage_create_folder): Use type_is_mail/type_is_vtrash. (create_component): Register "New Post" with "mail/public" instead of "mail" so it becomes the default New icon for it. (29024) * mail-callbacks.c (transfer_msg): Use "mail/*" for allowed type. * message-browser.c (transfer_msg): Likewise. * mail-account-gui.c (mail_account_gui_new): Use "mail/*" instead of "mail" here for sent/drafts allowed type. (?) svn path=/trunk/; revision=18223 --- mail/ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index cf7bfd7704..5bbf4072b0 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,24 @@ +2002-09-25 Dan Winship + + * component-factory.c (folder_types): add "mail/public". Leave + "vtrash" as it is rather than renaming it to "mail/vtrash", + because we want it to behave differently from normal mail folders + more often than we want it to behave the same. + (type_is_mail, type_is_vtrash): utility funcs + (create_view, create_folder, remove_folder, xfer_folder, + populate_folder_context_menu, unpopulate_folder_context_menu, + destination_folder_handle_drop, storage_create_folder): Use + type_is_mail/type_is_vtrash. + (create_component): Register "New Post" with "mail/public" instead + of "mail" so it becomes the default New icon for it. (29024) + + * mail-callbacks.c (transfer_msg): Use "mail/*" for allowed type. + + * message-browser.c (transfer_msg): Likewise. + + * mail-account-gui.c (mail_account_gui_new): Use "mail/*" instead + of "mail" here for sent/drafts allowed type. (?) + 2002-09-25 Jeffrey Stedfast * upgrade-mailer.c (imap_url_upgrade): NULL-check si->folders -- cgit v1.2.3