From d0c0187722e866328d3d7e6c9b836916613632cd Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Fri, 24 Dec 2010 11:01:17 -0500 Subject: [PATCH] ws, cs --- framework/Auth/lib/Horde/Auth/Cyrus.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/framework/Auth/lib/Horde/Auth/Cyrus.php b/framework/Auth/lib/Horde/Auth/Cyrus.php index d1e72c978..03bf0dd63 100644 --- a/framework/Auth/lib/Horde/Auth/Cyrus.php +++ b/framework/Auth/lib/Horde/Auth/Cyrus.php @@ -134,7 +134,8 @@ class Horde_Auth_Cyrus extends Horde_Auth_Base foreach ($this->_params['folders'] as $folder) { try { $this->_imap->createMailbox($mailbox . Horde_String::convertCharset($this->_params['separator'] . $folder, $this->_params['charset'], 'utf7-imap')); - } catch (Horde_Imap_Client_Exception $e) {} + } catch (Horde_Imap_Client_Exception $e) { + } } } -- 2.11.0