changeset 2365:979af608d7c4 HEAD

fix
author Timo Sirainen <tss@iki.fi>
date Mon, 26 Jul 2004 18:30:11 +0300
parents 974b0478a548
children 33c584ef528a
files src/imap/cmd-list.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/imap/cmd-list.c	Mon Jul 26 18:27:37 2004 +0300
+++ b/src/imap/cmd-list.c	Mon Jul 26 18:30:11 2004 +0300
@@ -124,7 +124,6 @@
 		imap_quote_append_string(str, name, FALSE);
 		client_send_line(client, str_c(str));
 	}
-	t_pop();
 
 	if (!inbox_found && ns->inbox && match_inbox) {
 		/* INBOX always exists */
@@ -132,6 +131,7 @@
 		str_printfa(str, "* LIST () \"%s\" \"INBOX\"", ns->sep_str);
 		client_send_line(client, str_c(str));
 	}
+	t_pop();
 
 	return mail_storage_mailbox_list_deinit(ctx);
 }