diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-10-18 05:33:41 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-10-18 05:33:41 +0800 |
commit | 8d859008223995a32e606838fc4dedd8893647d3 (patch) | |
tree | ff6754bba237083afbc1b54b618b31fdf10a5bcc /camel/ChangeLog | |
parent | 720babfbfda3e1919804327d2ff546b48a32d5b3 (diff) | |
download | gsoc2013-evolution-8d859008223995a32e606838fc4dedd8893647d3.tar gsoc2013-evolution-8d859008223995a32e606838fc4dedd8893647d3.tar.gz gsoc2013-evolution-8d859008223995a32e606838fc4dedd8893647d3.tar.bz2 gsoc2013-evolution-8d859008223995a32e606838fc4dedd8893647d3.tar.lz gsoc2013-evolution-8d859008223995a32e606838fc4dedd8893647d3.tar.xz gsoc2013-evolution-8d859008223995a32e606838fc4dedd8893647d3.tar.zst gsoc2013-evolution-8d859008223995a32e606838fc4dedd8893647d3.zip |
Add an optimization for when destination folder is the same as the source
2001-10-17 Jeffrey Stedfast <fejj@ximian.com>
* camel-filter-driver.c (do_copy): Add an optimization for when
destination folder is the same as the source folder.
svn path=/trunk/; revision=13735
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 0e91f8b820..9d7314358e 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2001-10-17 Jeffrey Stedfast <fejj@ximian.com> + + * camel-filter-driver.c (do_copy): Add an optimization for when + destination folder is the same as the source folder. + 2001-10-17 <NotZed@Ximian.com> * providers/imap/camel-imap-store.c (get_folder_info_online): |