summaryrefslogtreecommitdiffstats
path: root/imap/browse.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-08-21 11:30:28 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-08-21 11:30:28 +0000
commit2526f63a480644c2b70494cbbbc3c9ce19f682f7 (patch)
treedd2f8f113fdd234aee6f47b3e1bc16c14952fcd5 /imap/browse.c
parentd249f685cd736d45c46a8f26ffe4a0268768d6f8 (diff)
patch-bac.command-2
Diffstat (limited to 'imap/browse.c')
-rw-r--r--imap/browse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap/browse.c b/imap/browse.c
index 1571a705..cd3b0470 100644
--- a/imap/browse.c
+++ b/imap/browse.c
@@ -347,7 +347,7 @@ static int browse_get_namespace (IMAP_DATA* idata, char* nsbuf, int nsblen,
do
{
- if ((rc = imap_cmd_resp (idata)) != IMAP_CMD_CONTINUE)
+ if ((rc = imap_cmd_step (idata)) != IMAP_CMD_CONTINUE)
break;
s = imap_next_word (idata->buf);