From d28c85dd04ba77b30232c8c5dc1c5db3d4c14753 Mon Sep 17 00:00:00 2001 From: Bertrand Guiheneuf Date: Tue, 22 Feb 2000 00:10:22 +0000 Subject: A lot of changes in the way the parsing works. I am too lazy to find all the changes. Important notice, I added uggly hacks to camel-formatter.c and message-browser so that I could test b64 decoding. Saving streams works. Have to implement qp now. svn path=/trunk/; revision=1893 --- camel/camel-stream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/camel-stream.c') diff --git a/camel/camel-stream.c b/camel/camel-stream.c index a339b23e18..77d3f4af39 100644 --- a/camel/camel-stream.c +++ b/camel/camel-stream.c @@ -38,7 +38,7 @@ static guint camel_stream_signals[LAST_SIGNAL] = { 0 }; static GtkObjectClass *parent_class = NULL; -/* Returns the class for a CamelMimeMessage */ +/* Returns the class for a CamelStream */ #define CS_CLASS(so) CAMEL_STREAM_CLASS (GTK_OBJECT(so)->klass) static void -- cgit v1.2.3