I believe there is a typo in horde/lib/Prefs.php (todays CVS)
Line reads:
if (!session_is_registered('prefs_cache')) {
shouldn't it read:
if (session_is_registered('prefs_cache')) {
The first version causes error message to spill on login page when logour
button is pressed in mailbox.
--
Bill