aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 4b74644cc7..0f598dbd22 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -6,6 +6,9 @@
folder, don't g_free it until later.
(hex_encode): Don't forget to increment inptr after hex encoding a
character.
+ (exchange_url_upgrade): Apprently exchange uri's are rebelious and
+ do not want to be hex encoded like every other url, so hex decode
+ the folder names here before concatenating them onto the base url.
2002-09-05 Jeffrey Stedfast <fejj@ximian.com>