Fix tagprefix for multiple accounts.
authorDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 16 Jun 2010 23:11:02 +0000 (00:11 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Thu, 17 Jun 2010 09:43:23 +0000 (10:43 +0100)
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

index 09a3aed..457d492 100644 (file)
@@ -4077,8 +4077,6 @@ imapx_server_constructed (GObject *object)
        class->tagprefix++;
        if (class->tagprefix > 'Z')
                class->tagprefix = 'A';
-       server->tagprefix = 'A';
-
 }
 
 static void