diff options
author | Not Zed <NotZed@Ximian.com> | 2004-06-29 18:05:21 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-06-29 18:05:21 +0800 |
commit | be9d78b480acdc44a88c9c00f021fe96bf4db442 (patch) | |
tree | 2f28dfacb27dc42bf2f39b6e81933ec59f7e7927 /camel/ChangeLog | |
parent | 619bfef832b9b8fd928d1d2ab0fe4720fd6a5fc0 (diff) | |
download | gsoc2013-evolution-be9d78b480acdc44a88c9c00f021fe96bf4db442.tar.gz gsoc2013-evolution-be9d78b480acdc44a88c9c00f021fe96bf4db442.tar.zst gsoc2013-evolution-be9d78b480acdc44a88c9c00f021fe96bf4db442.zip |
add any parents of the new name before we actually do the rename so the
2004-06-29 Not Zed <NotZed@Ximian.com>
* camel-vee-store.c (vee_rename_folder): add any parents of the
new name before we actually do the rename so the rename has
somewhere to go to. #60775.
svn path=/trunk/; revision=26546
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index d2dc504619..e35319056b 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2004-06-29 Not Zed <NotZed@Ximian.com> + + * camel-vee-store.c (vee_rename_folder): add any parents of the + new name before we actually do the rename so the rename has + somewhere to go to. #60775. + 2004-06-28 Not Zed <NotZed@Ximian.com> * providers/local/camel-maildir-folder.c (maildir_folder_getv): |