adding phpdoc to abook database class
[squirrelmail.git] / plugins / mail_fetch / setup.php
index ac1c37d1422ab87a17d83fe1971f6898f1332574..88ee5c1e50792e4c5bf7b79c0aedb9e2fe8e0250 100644 (file)
@@ -12,7 +12,7 @@
     * @package plugins
     * @subpackage mail_fetch
     **/
-    
+
     /**  */
     require_once(SM_PATH . 'plugins/mail_fetch/functions.php' );
 
@@ -75,7 +75,7 @@
         require_once (SM_PATH . 'plugins/mail_fetch/functions.php');
 
         global $data_dir, $imapServerAddress, $imapPort;
-        
+
         sqgetGlobalVar('username', $username, SQ_SESSION);
         sqgetGlobalVar('key',      $key,      SQ_COOKIE);
 
                 if ($Count == 0) {
                     $pop3->quit();
                     continue;
-                } else {
-                    $newmsgcount = $Count - $i + 1;
                 }
 
                 // Faster to get them all at once
       );
    }
 
-?>
+?>
\ No newline at end of file