From eff516f779f532fb1e0c9899fa9c6de84be8d179 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 16 Feb 2010 14:00:54 -0500 Subject: Bug 609042 - Convert quoted-printing to UTF-8 when copying to clipboard --- widgets/misc/e-web-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widgets/misc/e-web-view.c') diff --git a/widgets/misc/e-web-view.c b/widgets/misc/e-web-view.c index a5f98a4edc..ce41c32d4c 100644 --- a/widgets/misc/e-web-view.c +++ b/widgets/misc/e-web-view.c @@ -289,7 +289,7 @@ action_mailto_copy_cb (GtkAction *action, inet_addr = camel_internet_address_new (); camel_address_decode (CAMEL_ADDRESS (inet_addr), curl->path); - text = camel_address_encode (CAMEL_ADDRESS (inet_addr)); + text = camel_address_format (CAMEL_ADDRESS (inet_addr)); if (text == NULL || *text == '\0') text = g_strdup (uri + strlen ("mailto:")); -- cgit v1.2.3