diff options
Diffstat (limited to 'camel/providers/imap/camel-imap-command.c')
-rw-r--r-- | camel/providers/imap/camel-imap-command.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/providers/imap/camel-imap-command.c b/camel/providers/imap/camel-imap-command.c index b242dd122c..af61ed0981 100644 --- a/camel/providers/imap/camel-imap-command.c +++ b/camel/providers/imap/camel-imap-command.c @@ -96,6 +96,7 @@ camel_imap_command (CamelImapStore *store, CamelFolder *folder, if (!fmt) return response; + camel_imap_folder_selected (folder, response, ex); camel_imap_response_free (response); } |