Thanks Christian Froemmel from Charite.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9657
7612ce4b-ef26-0410-bec9-
ea0150e637f0
configuration' subsection.
- Javascript relied on rg=1 in the login page to force focus to
password box if username was supplied as a url arg (#1222617).
+ - Fix variable typo in parseFetch which caused IMAP errors on Exchange.
+ Thanks Christian Froemmel.
Version 1.5.0 - 2 February 2004
-------------------------------
}
}
$msgi ="$unique_id";
- $msg['UID'] = $unique_id;
+ $aMsg['UID'] = $unique_id;
$aMessageList[$msgi] = $aMsg;
}
return $aMessageList;
return $msg;
}
-?>
\ No newline at end of file
+?>