瀏覽代碼

add forward section

andre 1 年之前
父節點
當前提交
d98fd6b1a4
共有 1 個文件被更改,包括 2 次插入1 次删除
  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) {