summaryrefslogtreecommitdiff
path: root/bin/msgimport.sh
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2011-05-21 10:29:47 +0000
committerthomascube <thomas@roundcube.net>2011-05-21 10:29:47 +0000
commit3e48b941ec02597733af08bc3617dc7bfaa35d81 (patch)
tree2f4437b12a3c58e9ff4e3f5212ce06d26f797da0 /bin/msgimport.sh
parent10ea10a3177fb59caac13adc44cfbc4b5e6ff8dd (diff)
Removed kolab plugins; they will be maintaied and published in the Kolab project
Diffstat (limited to 'bin/msgimport.sh')
-rwxr-xr-xbin/msgimport.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/msgimport.sh b/bin/msgimport.sh
index 74dc81617..845c585e1 100755
--- a/bin/msgimport.sh
+++ b/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))
{