+2002-06-22 [alfons] 0.7.8claws13
+
+ * src/selective_download.c
+ fix a stupid mistake I made
+
2002-06-22 [alfons] 0.7.8claws12
* src/selective_download.[ch]
MICRO_VERSION=8
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=claws12
+EXTRA_VERSION=claws13
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl set $target
procheader_date_get_localtime(date, sizeof date, msginfo->date_t);
if (msginfo->date) g_free(msginfo->date);
msginfo->date = g_strdup(date);
- } else
+ }
+
+ if (!msginfo)
msginfo = g_new0(MsgInfo, 1);
if (!msginfo->date)