[evolution-data-server] The default namespace is an empty string in IMAP settings
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] The default namespace is an empty string in IMAP settings
- Date: Mon, 9 Jul 2012 14:51:42 +0000 (UTC)
commit 91c43219ccd1ccab2e188bd9d34693e128f581a7
Author: Milan Crha <mcrha redhat com>
Date: Mon Jul 9 16:50:03 2012 +0200
The default namespace is an empty string in IMAP settings
camel/providers/imap/camel-imap-settings.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/camel/providers/imap/camel-imap-settings.c b/camel/providers/imap/camel-imap-settings.c
index 92817bf..def0479 100644
--- a/camel/providers/imap/camel-imap-settings.c
+++ b/camel/providers/imap/camel-imap-settings.c
@@ -632,6 +632,9 @@ camel_imap_settings_init (CamelImapSettings *settings)
{
settings->priv = CAMEL_IMAP_SETTINGS_GET_PRIVATE (settings);
settings->priv->property_lock = g_mutex_new ();
+
+ /* The default namespace is an empty string. */
+ settings->priv->namespace = g_strdup ("");
}
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]