diff options
author | Dan Winship <danw@src.gnome.org> | 2000-10-25 23:29:55 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-10-25 23:29:55 +0800 |
commit | 9dcf5fdde9ce7a8ab46a82be8416a83c104b5e85 (patch) | |
tree | 110327fb1d754abd5d3fefb2d8b6a8a8a756033b /mail/ChangeLog | |
parent | 82185d7faa88274eccd75e495d2de2a3f8f4237c (diff) | |
download | gsoc2013-evolution-9dcf5fdde9ce7a8ab46a82be8416a83c104b5e85.tar gsoc2013-evolution-9dcf5fdde9ce7a8ab46a82be8416a83c104b5e85.tar.gz gsoc2013-evolution-9dcf5fdde9ce7a8ab46a82be8416a83c104b5e85.tar.bz2 gsoc2013-evolution-9dcf5fdde9ce7a8ab46a82be8416a83c104b5e85.tar.lz gsoc2013-evolution-9dcf5fdde9ce7a8ab46a82be8416a83c104b5e85.tar.xz gsoc2013-evolution-9dcf5fdde9ce7a8ab46a82be8416a83c104b5e85.tar.zst gsoc2013-evolution-9dcf5fdde9ce7a8ab46a82be8416a83c104b5e85.zip |
Don't prepend "/" to the folder's full_name. Deal with hierarchy in the
* subscribe-dialog.c (folder_info_subscribed,
subscribe_folder_info, unsubscribe_folder_info): Don't prepend "/"
to the folder's full_name. Deal with hierarchy in the
EvolutionStorage tree better.
(storage_tree_path): Helper function to build a storage path from
a CamelFolderInfo.
svn path=/trunk/; revision=6168
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 4e6c4a339e..01344af4ff 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2000-10-24 Dan Winship <danw@helixcode.com> + + * subscribe-dialog.c (folder_info_subscribed, + subscribe_folder_info, unsubscribe_folder_info): Don't prepend "/" + to the folder's full_name. Deal with hierarchy in the + EvolutionStorage tree better. + (storage_tree_path): Helper function to build a storage path from + a CamelFolderInfo. + 2000-10-23 Dan Winship <danw@helixcode.com> * *: Add some missing _()s and N_()s. |