diff options
author | Dan Winship <danw@src.gnome.org> | 2002-05-11 00:46:04 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-05-11 00:46:04 +0800 |
commit | cf18d0940f9abbe8bb032d08a0fb33067def30d7 (patch) | |
tree | c949128284ce4c049db4a3a2945f8cfc3deb1e3e /mail/ChangeLog | |
parent | 6952dcb7c0821d705fad562ff5b96613b7c7b248 (diff) | |
download | gsoc2013-evolution-cf18d0940f9abbe8bb032d08a0fb33067def30d7.tar.gz gsoc2013-evolution-cf18d0940f9abbe8bb032d08a0fb33067def30d7.tar.zst gsoc2013-evolution-cf18d0940f9abbe8bb032d08a0fb33067def30d7.zip |
Simplify. Use transfer_messages_to instead of picking between copy and
* mail-ops.c (transfer_messages_transfer): Simplify. Use
transfer_messages_to instead of picking between copy and move.
Remove vtrash special-casing since it's all in
camel-vtrash-folder.c now. Remove duplicate source == dest check.
* mail-local.c (mail_local_folder_reconfigure): Use
transfer_messages_to instead of copy_messages_to.
svn path=/trunk/; revision=16745
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 5ec5c7b1d1..fcb6893bed 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2002-05-10 Dan Winship <danw@ximian.com> + + * mail-ops.c (transfer_messages_transfer): Simplify. Use + transfer_messages_to instead of picking between copy and move. + Remove vtrash special-casing since it's all in + camel-vtrash-folder.c now. Remove duplicate source == dest check. + + * mail-local.c (mail_local_folder_reconfigure): Use + transfer_messages_to instead of copy_messages_to. + 2002-05-09 Jeffrey Stedfast <fejj@ximian.com> * mail-account-gui.c (mail_account_gui_save): Make sure that even |