aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-01-17 00:02:43 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-01-17 00:02:43 +0800
commitc9102b383c917a1dd5ffa202e59ccfe4fe4c3f7d (patch)
tree4084b34e6930c4663b01d0b7e9b744e1577f2635 /mail/ChangeLog
parent5402231287a5ec4b4a3d7b86b20522732af5e783 (diff)
downloadgsoc2013-evolution-c9102b383c917a1dd5ffa202e59ccfe4fe4c3f7d.tar
gsoc2013-evolution-c9102b383c917a1dd5ffa202e59ccfe4fe4c3f7d.tar.gz
gsoc2013-evolution-c9102b383c917a1dd5ffa202e59ccfe4fe4c3f7d.tar.bz2
gsoc2013-evolution-c9102b383c917a1dd5ffa202e59ccfe4fe4c3f7d.tar.lz
gsoc2013-evolution-c9102b383c917a1dd5ffa202e59ccfe4fe4c3f7d.tar.xz
gsoc2013-evolution-c9102b383c917a1dd5ffa202e59ccfe4fe4c3f7d.tar.zst
gsoc2013-evolution-c9102b383c917a1dd5ffa202e59ccfe4fe4c3f7d.zip
Oops, still need to stat() the src file so we can report what percentage
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. svn path=/trunk/; revision=24274
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 08478f7f29..b1cd112795 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,8 @@
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.
+
* message-list.c (message_list_set_folder): Move
'message_list->folder = folder;' out of the uri compare if-block
and move it into the if-block that tests that folder != NULL.