From a3644638aaf0418598196a870204e0b632a4c8ad Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Fri, 17 Apr 2015 06:28:40 -0400
Subject: [PATCH] Allow preference sections to define CSS class names

---
 program/steps/mail/headers.inc |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/program/steps/mail/headers.inc b/program/steps/mail/headers.inc
index ae1f1db..9d3e6d3 100644
--- a/program/steps/mail/headers.inc
+++ b/program/steps/mail/headers.inc
@@ -19,8 +19,7 @@
  +-----------------------------------------------------------------------+
 */
 
-if ($uid = rcube_utils::get_input_value('_uid', rcube_utils::INPUT_POST))
-{
+if ($uid = rcube_utils::get_input_value('_uid', rcube_utils::INPUT_POST)) {
     $source = $RCMAIL->storage->get_raw_headers($uid);
 
     if ($source !== false) {
@@ -48,5 +47,3 @@
 }
 
 exit;
-
-

--
Gitblit v1.9.1