diff options
author | Dan Winship <danw@src.gnome.org> | 2001-02-21 06:32:59 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-02-21 06:32:59 +0800 |
commit | 3be64e5b653331f72e2431d81336b740acbe2d97 (patch) | |
tree | 020fbeb53ac293a7c7a9ef45d4af889c8676b5c5 /mail/ChangeLog | |
parent | 5421d39a4744d6be9bfec771773b8f444229ead9 (diff) | |
download | gsoc2013-evolution-3be64e5b653331f72e2431d81336b740acbe2d97.tar gsoc2013-evolution-3be64e5b653331f72e2431d81336b740acbe2d97.tar.gz gsoc2013-evolution-3be64e5b653331f72e2431d81336b740acbe2d97.tar.bz2 gsoc2013-evolution-3be64e5b653331f72e2431d81336b740acbe2d97.tar.lz gsoc2013-evolution-3be64e5b653331f72e2431d81336b740acbe2d97.tar.xz gsoc2013-evolution-3be64e5b653331f72e2431d81336b740acbe2d97.tar.zst gsoc2013-evolution-3be64e5b653331f72e2431d81336b740acbe2d97.zip |
Pass NULL, not "/" for @top.
* mail-vtrash.c (get_trash_get): Pass NULL, not "/" for @top.
* mail-callbacks.c (create_folders): Make this work with
CamelStores where the separator character isn't /. folder_created
and folder_deleted are still broken.
svn path=/trunk/; revision=8306
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 5094dca416..e6e1a86ce0 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2001-02-20 Dan Winship <danw@ximian.com> + + * mail-vtrash.c (get_trash_get): Pass NULL, not "/" for @top. + + * mail-callbacks.c (create_folders): Make this work with + CamelStores where the separator character isn't /. folder_created + and folder_deleted are still broken. + 2001-02-20 Not Zed <NotZed@Ximian.com> * mail-vtrash.c: Include the camel-vee-store.h header from the |