diff options
author | Not Zed <NotZed@Ximian.com> | 2003-10-22 13:27:25 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-10-22 13:27:25 +0800 |
commit | 03f4b3a74c678e0bad0ea92fa0931c8e356b2c46 (patch) | |
tree | 14dd29569d878056b6dff269068dfab32e0efa47 /mail/ChangeLog | |
parent | 8a5bdee67abcaed88fc75296763b89e339c8da35 (diff) | |
download | gsoc2013-evolution-03f4b3a74c678e0bad0ea92fa0931c8e356b2c46.tar.gz gsoc2013-evolution-03f4b3a74c678e0bad0ea92fa0931c8e356b2c46.tar.zst gsoc2013-evolution-03f4b3a74c678e0bad0ea92fa0931c8e356b2c46.zip |
handle destination of "" properly. (emc_popup_copy_folder_selected):
2003-10-22 Not Zed <NotZed@Ximian.com>
* mail-component.c (em_copy_folders): handle destination of ""
properly.
(emc_popup_copy_folder_selected): handle url->path properly, strip
leading /.
(em_copy_folders): if we just created a new folder on a
subscribable store, subscribe to it.
(em_copy_folders): handle nonselectable folders specially.
svn path=/trunk/; revision=22973
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index ea233bacd9..85189ae5a3 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2003-10-22 Not Zed <NotZed@Ximian.com> + + * mail-component.c (em_copy_folders): handle destination of "" + properly. + (emc_popup_copy_folder_selected): handle url->path properly, strip + leading /. + (em_copy_folders): if we just created a new folder on a + subscribable store, subscribe to it. + (em_copy_folders): handle nonselectable folders specially. + 2003-10-21 Jeffrey Stedfast <fejj@ximian.com> * mail-component.c (drag_text_uri_list, folder_dragged_cb) |