From fc99cb4acc8ceb442d65171671f1100aff549786 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 4 Dec 2000 21:55:31 +0000 Subject: Use info->full_name rather than info->name so that we get the namespace 2000-12-04 Jeffrey Stedfast * subscribe-dialog.c (setup_subscribe_folder): Use info->full_name rather than info->name so that we get the namespace part of the folder path as well. svn path=/trunk/; revision=6783 --- mail/ChangeLog | 6 ++++++ mail/subscribe-dialog.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index 86e6a8c3e7..3f17c52faf 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2000-12-04 Jeffrey Stedfast + + * subscribe-dialog.c (setup_subscribe_folder): Use info->full_name + rather than info->name so that we get the namespace part of the + folder path as well. + 2000-12-04 Ettore Perazzoli * folder-browser-factory.c: Updated to define verbs diff --git a/mail/subscribe-dialog.c b/mail/subscribe-dialog.c index a8ac2a99d3..6f4dde25c0 100644 --- a/mail/subscribe-dialog.c +++ b/mail/subscribe-dialog.c @@ -302,7 +302,7 @@ setup_subscribe_folder (gpointer in_data, gpointer op_data, CamelException *ex) subscribe_folder_data_t *data = (subscribe_folder_data_t *) op_data; data->path = storage_tree_path (input->info); - data->name = g_strdup (input->info->name); + data->name = g_strdup (input->info->full_name); data->url = g_strdup (input->info->url); camel_object_ref (CAMEL_OBJECT (input->store)); -- cgit v1.2.3