From 4ceff8f35375738c73db48e713fe56313794a4a1 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Sun, 30 Aug 2015 05:36:06 -0400
Subject: [PATCH] Make optional hidding of folders with name starting with a dot - imap_skip_hidden_folders (#1490468)

---
 program/include/bc.php |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/program/include/bc.php b/program/include/bc.php
index 2cb1517..259ebc3 100644
--- a/program/include/bc.php
+++ b/program/include/bc.php
@@ -1,6 +1,6 @@
 <?php
 
-/*
+/**
  +-----------------------------------------------------------------------+
  | program/include/bc.php                                                |
  |                                                                       |
@@ -218,11 +218,6 @@
 function rcube_html_editor($mode='')
 {
     rcmail::get_instance()->html_editor($mode);
-}
-
-function rcmail_replace_emoticons($html)
-{
-    return rcmail::get_instance()->replace_emoticons($html);
 }
 
 function rcmail_deliver_message(&$message, $from, $mailto, &$smtp_error, &$body_file=null, $smtp_opts=null)

--
Gitblit v1.9.1