Browse Source

add forward section

andre 1 năm trước cách đây
mục cha
commit
d98fd6b1a4
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      app/UI/Client/EmailAccount/Pages/Accounts.php

+ 2 - 1
app/UI/Client/EmailAccount/Pages/Accounts.php

@@ -143,7 +143,8 @@ class Accounts extends DataTable implements ClientArea
             "isEnabled",
             "diskSizeLimit",
             "consumedSize",
-            "lastLoginInfo");
+            "lastLoginInfo",
+            "emailForwarding");
         try {
             $accounts = $api->getUsers($fields,$domainID);
         } catch (KerioApiException $error) {