diff options
Diffstat (limited to 'camel/providers')
-rw-r--r-- | camel/providers/imap/camel-imap-command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/imap/camel-imap-command.c b/camel/providers/imap/camel-imap-command.c index e06de34db4..70b6ea8149 100644 --- a/camel/providers/imap/camel-imap-command.c +++ b/camel/providers/imap/camel-imap-command.c @@ -71,7 +71,7 @@ camel_imap_command (CamelImapStore *store, CamelFolder *folder, folder_path = camel_imap_store_folder_path (store, folder->full_name); response = camel_imap_command (store, NULL, ex, - "SELECT %s", folder_path); + "SELECT \"%s\"", folder_path); g_free (folder_path); if (!response) { |