diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-10-05 08:51:58 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-10-05 08:51:58 +0800 |
commit | dac3e574bf268991651bedcf2bb0c70d70a5c5dc (patch) | |
tree | deb361be77116d2743f506c6a31e02a6b555a20e /camel/ChangeLog | |
parent | 2deab9c41716083286a3c74d1ece13214972399c (diff) | |
download | gsoc2013-evolution-dac3e574bf268991651bedcf2bb0c70d70a5c5dc.tar gsoc2013-evolution-dac3e574bf268991651bedcf2bb0c70d70a5c5dc.tar.gz gsoc2013-evolution-dac3e574bf268991651bedcf2bb0c70d70a5c5dc.tar.bz2 gsoc2013-evolution-dac3e574bf268991651bedcf2bb0c70d70a5c5dc.tar.lz gsoc2013-evolution-dac3e574bf268991651bedcf2bb0c70d70a5c5dc.tar.xz gsoc2013-evolution-dac3e574bf268991651bedcf2bb0c70d70a5c5dc.tar.zst gsoc2013-evolution-dac3e574bf268991651bedcf2bb0c70d70a5c5dc.zip |
revert to old method (only use XOVER if OVER is supported.)
2000-10-04 Chris Toshok <toshok@helixcode.com>
* providers/nntp/camel-nntp-utils.c (camel_nntp_get_headers):
revert to old method (only use XOVER if OVER is supported.)
* providers/nntp/camel-nntp-store.c
(camel_nntp_store_get_overview_fmt): handle the case where the
OVER extension isn't listed but LIST OVERVIEW.FMT works (again,
INN 2.2). enable the OVER extension in this case.
svn path=/trunk/; revision=5739
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 0a286e715b..d6c7baa3a8 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,15 @@ 2000-10-04 Chris Toshok <toshok@helixcode.com> + * providers/nntp/camel-nntp-utils.c (camel_nntp_get_headers): + revert to old method (only use XOVER if OVER is supported.) + + * providers/nntp/camel-nntp-store.c + (camel_nntp_store_get_overview_fmt): handle the case where the + OVER extension isn't listed but LIST OVERVIEW.FMT works (again, + INN 2.2). enable the OVER extension in this case. + +2000-10-04 Chris Toshok <toshok@helixcode.com> + * providers/nntp/camel-nntp-utils.c (get_XOVER_headers): return a gboolean so we can tell if this command worked. we can't key off the OVER extension being present because at least one server (INN |