From 149f8a00cc51c87fef3afe2fbb51822a3582c583 Mon Sep 17 00:00:00 2001
From: David Carter <dpc22@cam.ac.uk>
Date: Wed, 29 May 2013 04:31:42 -0400
Subject: [PATCH] Change show_actual_foldernames to be show_real_foldernames.

---
 program/steps/settings/save_prefs.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/program/steps/settings/save_prefs.inc b/program/steps/settings/save_prefs.inc
index b471489..caaf646 100644
--- a/program/steps/settings/save_prefs.inc
+++ b/program/steps/settings/save_prefs.inc
@@ -119,8 +119,8 @@
 
   case 'folders':
     $a_user_prefs = array(
-      'show_actual_foldernames'  =>
-      isset($_POST['_show_actual_foldernames']) ? TRUE : FALSE,
+      'show_real_foldernames'  =>
+      isset($_POST['_show_real_foldernames']) ? TRUE : FALSE,
       'drafts_mbox' => get_input_value('_drafts_mbox', RCUBE_INPUT_POST, true),
       'sent_mbox'   => get_input_value('_sent_mbox', RCUBE_INPUT_POST, true),
       'junk_mbox'   => get_input_value('_junk_mbox', RCUBE_INPUT_POST, true),

--
Gitblit v1.9.1