Skip to content
Snippets Groups Projects
Commit 6edaf29c authored by madhu sr's avatar madhu sr
Browse files

#Fixes::156760082::madhusr::The search results in the email module are not...

#Fixes::156760082::madhusr::The search results in the email module are not aligning with the selected fields
parent 6caba2f9
No related branches found
No related tags found
1 merge request!1037#Fixes::156760082::madhusr::The search results in the email module are not...
......@@ -390,12 +390,10 @@ class MailManager_Connector_Connector {
}
foreach($records as $result) {
$message = MailManager_Message_Model::parseOverview($result,$mbox);
array_unshift($mails, $message);
array_unshift($mailnos, $message->msgNo());
array_unshift($mails, MailManager_Message_Model::parseOverview($result,$mbox));
}
$folder->setMails($mails);
$folder->setMailIds($mailnos);
$folder->setMailIds($nos);
$folder->setPaging($reverse_end, $reverse_start, $maxLimit, $nmsgs, $start); //-1 as it starts from 0
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment