From a1ccc43fbe30d1e68a668accf9759a19edec2d96 Mon Sep 17 00:00:00 2001
From: Not Zed <NotZed@HelixCode.com>
Date: Fri, 17 Nov 2000 06:04:23 +0000
Subject: We should always terminate the string. No need to check outptr is in

2000-11-17  Not Zed  <NotZed@HelixCode.com>

        * camel-stream-buffer.c (camel_stream_buffer_gets): We should
        always terminate the string.  No need to check outptr is in range,
        its already been checked.

        * providers/local/camel-mbox-summary.c (mbox_summary_sync): When
        we update the summary, do it from mbox_summary->folder_size, not
        the content info endpos (which isn't any good anymore anyway).

        * providers/local/camel-mbox-folder.c (mbox_append_message): Set
        the frompos from the current folder size, since summary_add wont
        have initialised it to anything useful.

svn path=/trunk/; revision=6597
---
 camel/ChangeLog | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

(limited to 'camel/ChangeLog')

diff --git a/camel/ChangeLog b/camel/ChangeLog
index 5b4350fca9..d150562199 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,17 @@
+2000-11-17  Not Zed  <NotZed@HelixCode.com>
+
+	* camel-stream-buffer.c (camel_stream_buffer_gets): We should
+	always terminate the string.  No need to check outptr is in range,
+	its already been checked.
+
+	* providers/local/camel-mbox-summary.c (mbox_summary_sync): When
+	we update the summary, do it from mbox_summary->folder_size, not
+	the content info endpos (which isn't any good anymore anyway).
+
+	* providers/local/camel-mbox-folder.c (mbox_append_message): Set
+	the frompos from the current folder size, since summary_add wont
+	have initialised it to anything useful.
+
 2000-11-16  Not Zed  <NotZed@HelixCode.com>
 
 	* providers/local/camel-local-summary.c
-- 
cgit