aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-04-17 07:06:07 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-04-17 07:06:07 +0800
commitfa748c3bdcbc344dec8c1ddb03707661adecce3a (patch)
tree0f0cbdf59522c8849d626ab1d5901ce21fcb5708 /camel/ChangeLog
parent2c9c9695d6fb330577da4bf1f7b33353f64e4cf6 (diff)
downloadgsoc2013-evolution-fa748c3bdcbc344dec8c1ddb03707661adecce3a.tar
gsoc2013-evolution-fa748c3bdcbc344dec8c1ddb03707661adecce3a.tar.gz
gsoc2013-evolution-fa748c3bdcbc344dec8c1ddb03707661adecce3a.tar.bz2
gsoc2013-evolution-fa748c3bdcbc344dec8c1ddb03707661adecce3a.tar.lz
gsoc2013-evolution-fa748c3bdcbc344dec8c1ddb03707661adecce3a.tar.xz
gsoc2013-evolution-fa748c3bdcbc344dec8c1ddb03707661adecce3a.tar.zst
gsoc2013-evolution-fa748c3bdcbc344dec8c1ddb03707661adecce3a.zip
Don't we want to tell where we are by using the start of the message? I
2001-04-16 Jeffrey Stedfast <fejj@ximian.com> * providers/local/camel-mbox-summary.c (summary_rebuild): Don't we want to tell where we are by using the start of the message? I think this should be using camel_mime_parser_tell_start_from() instead. Also divide by the size *before* multiplying by 100 so that we don't overflow the int which was giving us negative values for our progress status (oops). svn path=/trunk/; revision=9394
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 73cc838bb1..f319cd813f 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,14 @@
2001-04-16 Jeffrey Stedfast <fejj@ximian.com>
+ * providers/local/camel-mbox-summary.c (summary_rebuild): Don't we
+ want to tell where we are by using the start of the message? I
+ think this should be using camel_mime_parser_tell_start_from()
+ instead. Also divide by the size *before* multiplying by 100 so
+ that we don't overflow the int which was giving us negative values
+ for our progress status (oops).
+
+2001-04-16 Jeffrey Stedfast <fejj@ximian.com>
+
* camel-operation.c: Added a prototype for stamp().
* camel-charset-map.c (camel_charset_locale_name): #include