diff options
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 1e4437b8f9..0231256e99 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,12 @@ 2001-07-16 Jeffrey Stedfast <fejj@ximian.com> + * mail-ops.c (add_vtrash_info): Use g_strcasecmp() when looking + for a Trash folder - it may be lowercase or something funky. + + * mail-local.c (init_trash): No need to specify the vfolder + expression here. This code was moved into camel-vtrash-folder.c + ages ago. + * component-factory.c: Let VTrash folders accept/export the same dnd types as normal folders. |