From db63322cfb22fbb1cb5aefd732a18dc698d6bdf3 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 14 Apr 2004 18:19:33 +0000 Subject: [PATCH] Use %F instead of %S so that the folder name gets properly converted from 2004-04-14 Jeffrey Stedfast * providers/imap/camel-imap-store.c (imap_check_folder_still_extant): Use %F instead of %S so that the folder name gets properly converted from using '/' path delimeters to whatever the native character the server uses. Should fix bug #56715. --- camel/ChangeLog | 8 ++++++++ camel/providers/imap/camel-imap-store.c | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/camel/ChangeLog b/camel/ChangeLog index 78cb12f..2598c12 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,11 @@ +2004-04-14 Jeffrey Stedfast + + * providers/imap/camel-imap-store.c + (imap_check_folder_still_extant): Use %F instead of %S so that the + folder name gets properly converted from using '/' path delimeters + to whatever the native character the server uses. Should fix bug + #56715. + 2004-04-14 Not Zed * camel-disco-store.c (set_status): do offline mail syncing (only diff --git a/camel/providers/imap/camel-imap-store.c b/camel/providers/imap/camel-imap-store.c index 58e60cd..146585e 100644 --- a/camel/providers/imap/camel-imap-store.c +++ b/camel/providers/imap/camel-imap-store.c @@ -1076,7 +1076,7 @@ imap_check_folder_still_extant (CamelImapStore *imap_store, const char *full_nam { CamelImapResponse *response; - response = camel_imap_command (imap_store, NULL, ex, "LIST \"\" %S", + response = camel_imap_command (imap_store, NULL, ex, "LIST \"\" %F", full_name); if (response) { -- 2.7.4