commit: imp compose.php mailbox.php imp/docs CHANGES imp/lib
folder.php message.php imp/templates/search main.inc
chuck@horde.org
chuck@horde.org
2 Dec 2000 22:04:33 -0000
chuck 2000/12/02 14:04:33 PST
Modified files:
. compose.php mailbox.php
docs CHANGES
lib folder.php message.php
templates/search main.inc
Log:
- Add Horde::raiseMessage() errors to the IMP_message:: class.
- Add IMP_message::flag(), and use it in mailbox.php
- Fix lots of problems with the IMP_message:: class and search folders.
Every operation from the mailbox page should now work on searches.
- Remove the "find up to ... " option in the search template since it's not
paid attention to by anything in the code.
- Move the javascript in the compose window up to the top, so that it's
there by the time enough of the page has loaded for a user to start
clicking things and triggering events.
- minor indent change in lib/folder.php
Revision Changes Path
2.225 +5 -4 imp/compose.php
2.220 +11 -25 imp/mailbox.php
1.243 +1 -0 imp/docs/CHANGES
1.27 +3 -3 imp/lib/folder.php
1.19 +130 -38 imp/lib/message.php
1.23 +0 -9 imp/templates/search/main.inc