Browse Source

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

indiri69 22 years ago
parent
commit
967050135e
1 changed files with 3 additions and 0 deletions
  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");