From: Alfons Hoogervorst Date: Thu, 26 Feb 2004 08:32:49 +0000 (+0000) Subject: * src/procmime.c X-Git-Tag: rel_0_9_10~20 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=815acadfbd4bd8c66bd1659bb6ebd8a1632849c1 * src/procmime.c clean up (1) --- diff --git a/ChangeLog.claws b/ChangeLog.claws index c9a601225..e26ff256b 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,4 +1,10 @@ +2004-02-26 [alfons] 0.9.9claws29 + + * src/procmime.c + clean up (1) + 2004-02-24 [luke] + * tools/textviewer.sh tweaks from Johann Koenig, recognition of shell scripts in particular diff --git a/configure.ac b/configure.ac index dea1fd067..071671da2 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=9 MICRO_VERSION=9 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=28 +EXTRA_VERSION=29 if test $EXTRA_VERSION -eq 0; then VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}claws else diff --git a/src/procmime.c b/src/procmime.c index cbce8e020..e8e3262b0 100644 --- a/src/procmime.c +++ b/src/procmime.c @@ -1131,8 +1131,6 @@ static void procmime_parse_content_type(const gchar *content_type, MimeInfo *mim g_hash_table_insert(mimeinfo->parameters, g_strdup("charset"), g_strdup("us-ascii")); - g_strfreev(content_type_parts); - return; } else { mimeinfo->type = MIMETYPE_UNKNOWN; for (typetablearray = mime_type_table; typetablearray->str != NULL; typetablearray++) {