From e31afbbc9bcfe08b640123d0748f035405ee83b1 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Wed, 24 Nov 2010 10:44:05 -0500
Subject: [PATCH] Fix php warnings; Courier doesn't like spaces appended to the EXPUNGE command

---
 program/include/iniset.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/program/include/iniset.php b/program/include/iniset.php
index c1eca54..5ef067f 100755
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -91,6 +91,7 @@
             '/MDB2_(.+)/',
             '/Mail_(.+)/',
             '/Net_(.+)/',
+            '/Auth_(.+)/',
             '/^html_.+/',
             '/^utf8$/',
         ),
@@ -98,6 +99,7 @@
             'MDB2/\\1',
             'Mail/\\1',
             'Net/\\1',
+            'Auth/\\1',
             'html',
             'utf8.class',
         ),

--
Gitblit v1.9.1