From 91eae33bdc96da7731efb691cd53f05317618945 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 2 Nov 2000 05:00:28 +0000 Subject: Quote foldernames when sending to the IMAP server because the folder name 2000-11-02 Jeffrey Stedfast * providers/imap/camel-imap-store.c (get_folder_info): Quote foldernames when sending to the IMAP server because the folder name might contain spaces. svn path=/trunk/; revision=6344 --- camel/providers/imap/camel-imap-store.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/providers/imap/camel-imap-store.c') diff --git a/camel/providers/imap/camel-imap-store.c b/camel/providers/imap/camel-imap-store.c index c42024bd5f..904bd6bc37 100644 --- a/camel/providers/imap/camel-imap-store.c +++ b/camel/providers/imap/camel-imap-store.c @@ -701,7 +701,7 @@ get_folder_info (CamelStore *store, const char *top, gboolean fast, response = camel_imap_command ( imap_store, NULL, NULL, - "STATUS %s (MESSAGES UNSEEN)", + "STATUS \"%s\" (MESSAGES UNSEEN)", fi->full_name); if (!response) continue; -- cgit v1.2.3