From ce076e953378e1c3867d9ebf64fc614b56281a22 Mon Sep 17 00:00:00 2001 From: thomasb Date: Sat, 21 May 2011 10:29:47 +0000 Subject: Removed kolab plugins; they will be maintaied and published in the Kolab project git-svn-id: https://svn.roundcube.net/trunk@4796 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/bin/msgimport.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/bin') diff --git a/roundcubemail/bin/msgimport.sh b/roundcubemail/bin/msgimport.sh index 74dc81617..845c585e1 100755 --- a/roundcubemail/bin/msgimport.sh +++ b/roundcubemail/bin/msgimport.sh @@ -79,7 +79,7 @@ if ($IMAP->connect($host, $args['user'], $args['pass'], $imap_port, $imap_ssl)) $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)) { -- cgit v1.2.3