* src/news.c
complete last change (forgot some changes)
+2003-08-15 [christoph] 0.9.4claws24
+
+ * src/news.c
+ complete last change (forgot some changes)
+
2003-08-15 [christoph] 0.9.4claws23
* src/news.c
MICRO_VERSION=4
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=23
+EXTRA_VERSION=24
if test $EXTRA_VERSION -eq 0; then
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}claws
else
* RFC2980 for details
*/
- tmp = strchr(xref, '\t');
+ tmp = strchr(line, '\t');
if (!tmp) tmp = strchr(line, '\r');
if (!tmp) tmp = strchr(line, '\n');
if (tmp) *tmp = '\0';
msginfo->inreplyto = g_strdup(p);
}
+ /*
msginfo->xref = g_strdup(xref);
p = msginfo->xref+strlen(msginfo->xref) - 1;
while (*p == '\r' || *p == '\n') {
*p = '\0';
p--;
}
+ */
return msginfo;
}