[evolution-data-server] Revert 'Remove unused assignments' as it breaks nntp summary
- From: Lucian Langa <lucilanga src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Revert 'Remove unused assignments' as it breaks nntp summary
- Date: Thu, 19 Nov 2009 09:33:15 +0000 (UTC)
commit 222fc2a193b6e4f439118112b88839c333d0a6ed
Author: Lucian Langa <lucilanga gnome org>
Date: Thu Nov 19 11:28:23 2009 +0200
Revert 'Remove unused assignments' as it breaks nntp summary
The change commit 87f0fb209af07256f91e70177c95343cdc843157
breaks group detection and summary badly.
camel/providers/nntp/camel-nntp-summary.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/camel/providers/nntp/camel-nntp-summary.c b/camel/providers/nntp/camel-nntp-summary.c
index 5e7e3b7..0da4729 100644
--- a/camel/providers/nntp/camel-nntp-summary.c
+++ b/camel/providers/nntp/camel-nntp-summary.c
@@ -452,6 +452,7 @@ camel_nntp_summary_check(CamelNNTPSummary *cns, CamelNNTPStore *store, gchar *li
s = (CamelFolderSummary *)cns;
line +=3;
+ n = strtoul(line, &line, 10);
f = strtoul(line, &line, 10);
l = strtoul(line, &line, 10);
if (line[0] == ' ') {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]