CamelImapSettings: Change namespace default to empty string.
authorMatthew Barnes <mbarnes@redhat.com>
Fri, 6 Jul 2012 04:20:39 +0000 (00:20 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Fri, 6 Jul 2012 04:20:39 +0000 (00:20 -0400)
camel/providers/imap/camel-imap-settings.c

index fabc08b..92817bf 100644 (file)
@@ -506,7 +506,7 @@ camel_imap_settings_class_init (CamelImapSettingsClass *class)
                        "namespace",
                        "Namespace",
                        "Custom IMAP namespace",
-                       NULL,
+                       "",
                        G_PARAM_READWRITE |
                        G_PARAM_CONSTRUCT |
                        G_PARAM_STATIC_STRINGS));