fix bug that didn't send out correct headers to news server
when sending news article and email from queue (bug reported
and patch provided by Tim Mann; closes bug
"[ 583196 ] 0.7.8claws can't post news")
+2002-08-25 [alfons] 0.8.1claws119
+
+ * src/procmsg.c
+ fix bug that didn't send out correct headers to news server
+ when sending news article and email from queue (bug reported
+ and patch provided by Tim Mann; closes bug
+ "[ 583196 ] 0.7.8claws can't post news")
+
2002-08-25 [alfons] 0.8.1claws118
* src/selective_download.c
MICRO_VERSION=1
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=claws118
+EXTRA_VERSION=claws119
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl set $target
}
filepos = ftell(fp);
- fseek(fp, filepos, SEEK_SET);
if (to_list) {
debug_print("Sending message by mail\n");
if(!from) {
}
}
+ fseek(fp, filepos, SEEK_SET);
if(newsgroup_list && (newsval == 0)) {
Folder *folder;
gchar *tmp = NULL;