From 3211d04d92d65d4ea844e6c6d7e123775147b9b2 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 26 Jul 2004 18:30:11 +0300 Subject: [PATCH] fix --HG-- branch : HEAD --- src/imap/cmd-list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/imap/cmd-list.c b/src/imap/cmd-list.c index 35031044e2..931b1176b7 100644 --- a/src/imap/cmd-list.c +++ b/src/imap/cmd-list.c @@ -124,7 +124,6 @@ list_namespace_mailboxes(struct client *client, struct imap_match_glob *glob, 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 @@ list_namespace_mailboxes(struct client *client, struct imap_match_glob *glob, 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); } -- 2.47.3