Re: Bug#293978: tin does not work with news.mozilla.org (freeze at the beginning)
Urs Janßen <urs <at> akk.org>
2005-02-10 13:32:04 GMT
On Thu, Feb 10, 2005 at 02:30:25PM +0100, Urs Janßen wrote:
> anyway, attached is a diff against a plain tin-1.7.7er source which
next try...
urs
--
"Only whimps use tape backup: _real_ men just upload their important stuff
on ftp, and let the rest of the world mirror it ;)" - Linus
--- tin-1.7.7/src/nntplib.c 2004-11-15 18:44:25.000000000 +0100
+++ tin-1.7.7/src/nntplib.c 2005-02-10 14:17:41.000000000 +0100
<at> <at> -51,7 +51,8 <at> <at>
static constext *xhdr_cmd = NULL;
static constext *xhdr_cmds = "XHDR";
# endif /* 0 */
- static t_bool have_list_extensions = FALSE;
+ enum extension_type { NO, LIST_EXTENSIONS, CAPABILITIES };
+ static int have_list_extensions = NO;
/* Set so we don't reconnect just to QUIT */
static t_bool quitting = FALSE;
#endif /* NNTP_ABLE */
<at> <at> -952,14 +953,9 <at> <at>
#ifdef NNTP_ABLE
/*
- * Try and use LIST EXTENSIONS here. Get this list before issuing
- * other NNTP commands because the correct methods may be
- * mentioned in the list of extensions.
(Continue reading)