From 13da0727c5717d257e1102a3ffb06a18d24e3d9d Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Tue, 3 May 2005 16:13:34 +0000 Subject: Fixed missing space in STATUS command + parse error in 'status_info'. --- src/messaging/imap/IMAPFolder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/messaging/imap/IMAPFolder.cpp') diff --git a/src/messaging/imap/IMAPFolder.cpp b/src/messaging/imap/IMAPFolder.cpp index 39404c82..91bf0177 100644 --- a/src/messaging/imap/IMAPFolder.cpp +++ b/src/messaging/imap/IMAPFolder.cpp @@ -1461,7 +1461,7 @@ void IMAPFolder::status(int& count, int& unseen) command << "STATUS "; command << IMAPUtils::quoteString(IMAPUtils::pathToString (m_connection->hierarchySeparator(), getFullPath())); - command << "(MESSAGES UNSEEN)"; + command << " (MESSAGES UNSEEN)"; // Send the request m_store->m_connection->send(true, command.str(), true); -- cgit v1.2.3