From a7e552b5a436375e233e7d4df4ed6cfc9e58d435 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Thu, 06 Aug 2015 13:52:01 -0400
Subject: [PATCH] Get rid of Mail_mimeDecode package dependency (#1490416)

---
 program/lib/Roundcube/README.md |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/program/lib/Roundcube/README.md b/program/lib/Roundcube/README.md
index 06c6f6a..18b1b69 100644
--- a/program/lib/Roundcube/README.md
+++ b/program/lib/Roundcube/README.md
@@ -23,7 +23,6 @@
 one or multiple of the following [PEAR][pear] libraries:
 
 - Mail_Mime 1.8.1 or newer
-- Mail_mimeDecode 1.5.5 or newer
 - Net_SMTP (latest from https://github.com/pear/Net_SMTP/)
 - Net_IDNA2 0.1.1 or newer
 - Auth_SASL 1.0.6 or newer
@@ -40,6 +39,7 @@
 If you wanna use more complex functionality like IMAP access with database
 caching or plugins, the rcube singleton helps you loading the necessary files:
 
+```php
 <?php
 
 define('RCUBE_CONFIG_DIR',  '<path-to-config-directory>');
@@ -53,7 +53,7 @@
 // do cool stuff here...
 
 ?>
-
+```
 
 LICENSE
 -------

--
Gitblit v1.9.1