From 3e48b941ec02597733af08bc3617dc7bfaa35d81 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Sat, 21 May 2011 06:29:47 -0400
Subject: [PATCH] Removed kolab plugins; they will be maintaied and published in the Kolab project

---
 bin/msgimport.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bin/msgimport.sh b/bin/msgimport.sh
index 74dc816..845c585 100755
--- a/bin/msgimport.sh
+++ b/bin/msgimport.sh
@@ -79,7 +79,7 @@
 	$fp = fopen($args['file'], 'r');
 	while (($line = fgets($fp)) !== false)
 	{
-		if (preg_match('/^From\s+/', $line) && $lastline == '')
+		if (preg_match('/^From\s+-/', $line) && $lastline == '')
 		{
 			if (!empty($message))
 			{

--
Gitblit v1.9.1