aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/imap/MCIMAPSession.cpp
diff options
context:
space:
mode:
authorGravatar libec <libor.huspenina@gmail.com>2015-11-05 08:10:29 +0100
committerGravatar libec <libor.huspenina@gmail.com>2015-11-05 08:10:29 +0100
commitb331a5bfe5e26f68099ecb5e02041b0260da24eb (patch)
tree13fd7d5941591601448688e0c59d29dd8eb13331 /src/core/imap/MCIMAPSession.cpp
parent47d97200574028cce13c4025ed9140d650eba1e9 (diff)
Removes assert on loggedIn in custom command
Diffstat (limited to 'src/core/imap/MCIMAPSession.cpp')
-rwxr-xr-xsrc/core/imap/MCIMAPSession.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/imap/MCIMAPSession.cpp b/src/core/imap/MCIMAPSession.cpp
index 6c8dd43e..656168fa 100755
--- a/src/core/imap/MCIMAPSession.cpp
+++ b/src/core/imap/MCIMAPSession.cpp
@@ -1001,7 +1001,6 @@ void IMAPSession::sendCustomCommand(String * command)
int r;
MCLog("custom command");
- MCAssert(mState == STATE_LOGGEDIN);
mailimap_custom_command(mImap, MCUTF8(command));
}