Do not pass the $key to sqimap_login, that takes care of that itself.
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 5 Aug 2006 14:39:17 +0000 (14:39 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 5 Aug 2006 14:39:17 +0000 (14:39 +0000)
commit906f7e9fa070f6df07bd4ba8c72a9c7908039761
tree7f3d1ba816e06f2c6684964419f5233c534bd6d3
parent61e96f7e0c720e3bdf7df5b42f991bf1e2ed8efd
Do not pass the $key to sqimap_login, that takes care of that itself.
Also remove any globals that are not needed anymore because of this change,
or because they're already set in init.php.

I believe that we should move to a sqimap_login() without any parameters,
but this is a good first step.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11476 7612ce4b-ef26-0410-bec9-ea0150e637f0
15 files changed:
src/addrbook_search.php
src/compose.php
src/download.php
src/empty_trash.php
src/folders.php
src/left_main.php
src/printer_friendly_bottom.php
src/read_body.php
src/right_main.php
src/search.php
src/vcard.php
src/view_header.php
src/view_html.php
src/view_text.php
src/webmail.php