diff options
-rw-r--r-- | mail/ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index b1cd112795..2c2b692ff5 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,7 +1,9 @@ 2004-01-16 Jeffrey Stedfast <fejj@ximian.com> * em-migrate.c (cp): Oops, still need to stat() the src file so we - can report what percentage of the file has been completed so far. + can report what percentage of the file has been completed so far + and also so we don't quit copying until we've copied the whole + file. * message-list.c (message_list_set_folder): Move 'message_list->folder = folder;' out of the uri compare if-block |