aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/folder-unsubscribe/folder-unsubscribe.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/folder-unsubscribe/folder-unsubscribe.c')
-rw-r--r--plugins/folder-unsubscribe/folder-unsubscribe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/folder-unsubscribe/folder-unsubscribe.c b/plugins/folder-unsubscribe/folder-unsubscribe.c
index 308aea35f0..1d5e4fb8dc 100644
--- a/plugins/folder-unsubscribe/folder-unsubscribe.c
+++ b/plugins/folder-unsubscribe/folder-unsubscribe.c
@@ -46,7 +46,7 @@ void org_gnome_mail_folder_unsubscribe (EPlugin *plug, EMPopupTargetFolder *targ
struct _folder_unsub_t {
MailMsg base;
- char *uri;
+ gchar *uri;
};
static gchar *
@@ -60,7 +60,7 @@ static void
folder_unsubscribe_exec (struct _folder_unsub_t *msg)
{
extern CamelSession *session;
- const char *path = NULL;
+ const gchar *path = NULL;
CamelStore *store;
CamelURL *url;