浏览代码

One of these days I'll get a commit right the first time :)

indiri69 22 年之前
父节点
当前提交
967050135e
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      plugins/mail_fetch/fetch.php

+ 3 - 0
plugins/mail_fetch/fetch.php

@@ -48,6 +48,9 @@ sqgetGlobalVar('delimiter',  $delimiter,  SQ_SESSION);
         $mailfetch_server_[$i] = getPref($data_dir, $username, "mailfetch_server_$i");
         $mailfetch_port_[$i]   = getPref($data_dir, $username, "mailfetch_port_$i");
         $mailfetch_alias_[$i]  = getPref($data_dir, $username, "mailfetch_alias_$i");
+        if($mailfetch_alias_[$i] == '') {
+            $mailfetch_alias_[$i] = $mailfetch_server_[$i];
+        }
         $mailfetch_user_[$i]   = getPref($data_dir, $username, "mailfetch_user_$i");
         $mailfetch_pass_[$i]   = getPref($data_dir, $username, "mailfetch_pass_$i");
         $mailfetch_lmos_[$i]   = getPref($data_dir, $username, "mailfetch_lmos_$i");