diff --git a/controller/HomeEs.php b/controller/HomeEs.php
index b8699bd..1a14a6e 100644
--- a/controller/HomeEs.php
+++ b/controller/HomeEs.php
@@ -265,6 +265,9 @@ class HomeEs extends Base {
             $v = $v['_source'];
             $v['id'] = $v['uuid'];
 
+            $v['from_name'] = $v['from']['name']??'';
+            $v['from'] = $v['from']['email']??'';
+
             $v['uuid'] = get_email_uuid($v['subject'],$v['udate'],$v['from'],$v['to'],$v['size']);
             if(!empty($v['description'])){
                 $v['description'] = @html_entity_decode($v['description'], ENT_COMPAT, 'UTF-8');