Thomas Bruederli
2013-02-05 ec2185a1cb2a0d412ab9e916618972bc4c70f68c
program/lib/Roundcube/rcube_imap_generic.php
@@ -906,7 +906,7 @@
     */
    function closeConnection()
    {
        if ($this->putLine($this->nextTag() . ' LOGOUT')) {
        if ($this->logged && $this->putLine($this->nextTag() . ' LOGOUT')) {
            $this->readReply();
        }