[evolution-data-server/gnome-2-30] Fix tagprefix for multiple accounts.
- From: David Woodhouse <dwmw2 src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/gnome-2-30] Fix tagprefix for multiple accounts.
- Date: Thu, 17 Jun 2010 09:51:17 +0000 (UTC)
commit fe2c8746c424ceff032b91b79ff58b13f5e9e5e5
Author: David Woodhouse <David Woodhouse intel com>
Date: Thu Jun 17 00:11:02 2010 +0100
Fix tagprefix for multiple accounts.
It gets very confusing looking at debug logs when all four imapx accounts
are using 'A' as their tagprefix.
camel/providers/imapx/camel-imapx-server.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/camel/providers/imapx/camel-imapx-server.c b/camel/providers/imapx/camel-imapx-server.c
index 058d4ee..014632f 100644
--- a/camel/providers/imapx/camel-imapx-server.c
+++ b/camel/providers/imapx/camel-imapx-server.c
@@ -4009,7 +4009,6 @@ imapx_server_init(CamelIMAPXServer *is, CamelIMAPXServerClass *isclass)
isclass->tagprefix++;
if (isclass->tagprefix > 'Z')
isclass->tagprefix = 'A';
- is->tagprefix = 'A';
is->state = IMAPX_DISCONNECTED;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]