jmunro 0a4194b3fb filter fix on folder/rename is back in. added hooks back to imap_mailbox.php, reworked function in filters.php. should work now. %!s(int64=23) %!d(string=hai) anos
..
administrator 3ee0d89c9b MDN Option added to administrator %!s(int64=23) %!d(string=hai) anos
bug_report 1217e13d6c Some uniformity into the sec index.php flavor %!s(int64=23) %!d(string=hai) anos
calendar 1217e13d6c Some uniformity into the sec index.php flavor %!s(int64=23) %!d(string=hai) anos
delete_move_next 975e645c98 applied patch #522687. simple changes to option appearance %!s(int64=23) %!d(string=hai) anos
filters 0a4194b3fb filter fix on folder/rename is back in. added hooks back to imap_mailbox.php, reworked function in filters.php. should work now. %!s(int64=23) %!d(string=hai) anos
listcommands 9a96e2f6b5 Clean indentation %!s(int64=23) %!d(string=hai) anos
mail_fetch 25c22b9547 Tylerization %!s(int64=23) %!d(string=hai) anos
newmail 838ef941ed allow admin disabling of sound %!s(int64=23) %!d(string=hai) anos
sent_subfolders 1217e13d6c Some uniformity into the sec index.php flavor %!s(int64=23) %!d(string=hai) anos
spamcop 1217e13d6c Some uniformity into the sec index.php flavor %!s(int64=23) %!d(string=hai) anos
squirrelspell 6423057244 Adding error reporting routines, by popular demand. :) %!s(int64=23) %!d(string=hai) anos
translate 0d89583ba5 & to & and 100% to "100%" again %!s(int64=23) %!d(string=hai) anos
README.plugins d3e33f6440 * Updated docs to tell the user to read any documentation that came with the %!s(int64=24) %!d(string=hai) anos
index.php 1e2a9cc5d0 Getting ready for 1.2.0 release. %!s(int64=23) %!d(string=hai) anos
make_archive.pl 9227a42cd1 * More changes. Sorry. Shoulda made them the first time. %!s(int64=24) %!d(string=hai) anos

README.plugins

Plugins
=======

To understand more about plugins, read doc/plugin.txt

For the impatient, here is an extremely brief overview of how to
install plugins.

1. Change to the plugins directory.

$ cd plugins/

2. Unarchive the plugin.

$ tar -zxvf /home/me/myplugin.tar.gz

3. Note the directory that the plugin was created into. For this
example, we will assume it was put in the directory: myplugin/.

4. Read the README or other documentation in your new plugin. Follow
any important configuration instructions inside (usually there are
none).

5. Go to the config directory and run conf.pl

$ cd ../../config/
$ ./conf.pl

6. Choose option 8 and proceed to add the new plugin following
the instructions there. Save and exit, and your plugin should
be in place.