From 0efaf6cc6cdeaa13b2e220a0ea6bb698fb92577b Mon Sep 17 00:00:00 2001 From: alec Date: Wed, 9 Sep 2009 12:56:47 +0000 Subject: - fix bug in r2929 commit (#1486107) git-svn-id: https://svn.roundcube.net/trunk@2938 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/lib/imap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program') diff --git a/roundcubemail/program/lib/imap.inc b/roundcubemail/program/lib/imap.inc index c640c56e4..a57250141 100644 --- a/roundcubemail/program/lib/imap.inc +++ b/roundcubemail/program/lib/imap.inc @@ -1512,7 +1512,7 @@ function iil_C_FetchHeaders(&$conn, $mailbox, $message_set, $uidfetch=false, $bo // re-parse (see below) foreach ($reslines as $resln) { if (ord($resln[0])<=32) { - $l[$ln] .= (empty($lines[$ln])?'':"\n").trim($resln); + $lines[$ln] .= (empty($lines[$ln])?'':"\n").trim($resln); } else { $lines[++$ln] = trim($resln); } -- cgit v1.2.3