commit: imp compose.php filters.php folders.php mailbox.php
message.php prefs.php redirect.php search.php view.php imp/lib
IMP.php
chuck@horde.org
chuck@horde.org
14 Mar 2001 17:04:54 -0000
chuck 2001/03/14 09:04:54 PST
Modified files:
. compose.php filters.php folders.php
mailbox.php message.php prefs.php
redirect.php search.php view.php
lib IMP.php
Log:
- fix some indenting/tabs in IMP.php
- remove unnecessary checks from most main scripts; IMP::setupSession()
checks for the $imp session variable itself.
- setupSession() and authenticate() have return values; now we check them.
- use IMP::logoutUrl() more consistently, and give reason=failed when a
login fails due to session/authentication trouble, instead of reason=logout.
Revision Changes Path
2.274 +4 -5 imp/compose.php
2.21 +5 -6 imp/filters.php
2.111 +4 -6 imp/folders.php
2.256 +4 -6 imp/mailbox.php
2.208 +9 -9 imp/message.php
2.128 +5 -6 imp/prefs.php
1.13 +2 -3 imp/redirect.php
2.67 +4 -5 imp/search.php
2.93 +4 -5 imp/view.php
1.154 +23 -23 imp/lib/IMP.php