diff options
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 96c941fb12..ed7742d90d 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,10 @@ 2004-05-26 Not Zed <NotZed@Ximian.com> + * mail-vfolder.c (vfolder_adduri_desc): initialise desc to NULL + before using it later on. gcc doesn't warn on this if you're not + optimising. Sigh. Probably fix #59070, #59060, #58972 and + friends. + * importers/evolution-mbox-importer.c (create_control_fn): set the default selection to inbox. |