Hello, i've found the on last release of the stable 0.5.2 there is a file corrupted.
The file is program/include/rcmail.php As you can see, that file is marked as: $Id: rcmail.php 4626 2011-03-31 12:32:44Z alec $ But in the trac/svn, on the changeset 4626, that file is different. http://trac.roundcube.net/browser/trunk/roundcubemail/program/include/rcmail.php?rev=4626 In the specific two line of code 1077-1078 are shifted to the lines 1196-1197. That lines was: if (is_object($this->imap)) $this->imap->close(); That should be inside the "shutdown" function, but instead is inside the "encrypt"function. I haven't checked if there is any other file with this problem, but i hope not. Best Regards, -- Andrea Ruisi _______________________________________________ List info: http://lists.roundcube.net/dev/ BT/8f4f07cd
