[evolution-data-server/gnome-2-30] Bug #518876 - Does not display recent messages in nntp
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/gnome-2-30] Bug #518876 - Does not display recent messages in nntp
- Date: Thu, 1 Apr 2010 12:19:47 +0000 (UTC)
commit 60a7262ee5026b38703ad5162788d6751a30c180
Author: Milan Crha <mcrha redhat com>
Date: Thu Apr 1 14:19:16 2010 +0200
Bug #518876 - Does not display recent messages in nntp
camel/providers/nntp/camel-nntp-summary.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/camel/providers/nntp/camel-nntp-summary.c b/camel/providers/nntp/camel-nntp-summary.c
index 0da4729..fbbb3c9 100644
--- a/camel/providers/nntp/camel-nntp-summary.c
+++ b/camel/providers/nntp/camel-nntp-summary.c
@@ -271,7 +271,10 @@ add_range_xover(CamelNNTPSummary *cns, CamelNNTPStore *store, guint high, guint
camel_operation_start(NULL, _("%s: Scanning new messages"), ((CamelService *)store)->url->host);
- ret = camel_nntp_raw_command_auth(store, ex, &line, "xover %r", low, high);
+ ret = camel_nntp_raw_command_auth (store, ex, &line, "over %r", low, high);
+ if (ret != 224)
+ ret = camel_nntp_raw_command_auth (store, ex, &line, "xover %r", low, high);
+
if (ret != 224) {
camel_operation_end(NULL);
if (ret != -1)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]