Fixed config_version for config_default.php
[squirrelmail.git] / src / right_main.php
index d4f643824db0b299becf22cb4b17c46eecdfbe0e..c7b72b68bbd68401d32bad2ba601b663847cbb21 100644 (file)
@@ -33,9 +33,15 @@ require_once('../functions/display_messages.php');
  *    $key              pass                               *
  ***********************************************************/
 
+$bob = getHashedFile($username, $data_dir, "username.pref");
+
 /* Open a connection on the imap port (143) */
 $imapConnection = sqimap_login($username, $key, $imapServerAddress, $imapPort, 0);
 
+if( isset( $PG_SHOWNUM ) ) {
+    $show_num = $PG_SHOWNUM;
+}
+
 if (isset($newsort) && $newsort != $sort) {
     setPref($data_dir, $username, 'sort', $newsort);
 }