diff options
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index a816a8843a..e9132ae068 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,29 @@ 2001-07-16 Peter Williams <peterw@ximian.com> + * mail-display.c (mail_display_redisplay): Use our own display_style + member instead of the global setting. + (mail_display_init): Initialize display_style. + + * mail-display.h: Include "mail-config.h" and add a display_style member. + + * mail-format.c (write_headers): Look at the MailDisplay's display_style + instead of using the full_headers data. + + * folder-browser.c (folder_browser_set_message_display_style): Set + the MailDisplay's display style as well as the global display + style. + (my_folder_browser_init): Don't save preference changes by default. (This + is only observered wrt. the message display style but should apply to other + items.) + + * folder-browser-factory.c (folder_browser_factory_new_control): Set this + FB to save the preferences set in it. + + * folder-browser-ui.c (folder_browser_ui_add_message): Read our display's + state instead of the global setting. + +2001-07-16 Peter Williams <peterw@ximian.com> + * mail-folder-cache.c (mail_folder_cache_set_folder_browser): DUH. No need to update every folder if we set the folder browser to NULL. |