[dovecot-cvs] dovecot/src/imap cmd-list.c,1.37,1.38
cras at dovecot.org
cras at dovecot.org
Mon Jul 26 18:30:14 EEST 2004
Update of /home/cvs/dovecot/src/imap
In directory talvi:/tmp/cvs-serv18649
Modified Files:
cmd-list.c
Log Message:
fix
Index: cmd-list.c
===================================================================
RCS file: /home/cvs/dovecot/src/imap/cmd-list.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- cmd-list.c 26 Jul 2004 15:27:37 -0000 1.37
+++ cmd-list.c 26 Jul 2004 15:30:11 -0000 1.38
@@ -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);
}
More information about the dovecot-cvs
mailing list