commit: imp compose.php filters.php folders.php login.php
mailbox.php menu.php message.php prefs.php redirect.php search.php
imp/lib IMP.php imp/templates common-header.inc
imp/templates/mailbox message_summaries.inc deleted_summary.inc ...
chuck@horde.org
chuck@horde.org
22 Jan 2001 03:58:58 -0000
chuck 2001/01/21 19:58:58 PST
Modified files:
. compose.php filters.php folders.php
login.php mailbox.php menu.php
message.php prefs.php redirect.php
search.php
lib IMP.php
templates common-header.inc
templates/mailbox message_summaries.inc
templates/menu menu.inc
templates/message navbar.inc
Removed files:
templates/mailbox deleted_summary.inc
Log:
Lots of little tweaks.
1. cleaned up logic in mailbox.php - with redirect.php handling auth, some of it was no
longer necessary, and the deleted_summary is no longer relevant.
2. Some cleanups when deleting a session.
3. The mailbox view now has mouseovers for the message links.
4. Files now include status.php directly, and compose.php includes status.php, so we can
use it for errors there, as well.
Probably some other minor stuff, too.
Revision Changes Path
2.261 +2 -1 imp/compose.php
2.15 +2 -1 imp/filters.php
2.104 +2 -1 imp/folders.php
2.95 +3 -1 imp/login.php
2.245 +25 -49 imp/mailbox.php
2.72 +2 -3 imp/menu.php
2.196 +3 -2 imp/message.php
2.117 +2 -1 imp/prefs.php
1.5 +12 -5 imp/redirect.php
2.64 +2 -1 imp/search.php
1.132 +4 -2 imp/lib/IMP.php
2.34 +2 -2 imp/templates/common-header.inc
2.29 +3 -3 imp/templates/mailbox/message_summaries.inc
2.99 +0 -1 imp/templates/menu/menu.inc
2.46 +2 -2 imp/templates/message/navbar.inc