stekkel 856844d7ed adapt layout to fit in read_body + fix for comp_in_new stuff 23 лет назад
..
abook_take dcb3ceba01 Updated Hebrew po file. 23 лет назад
administrator 1d996be859 Quotes detection in motd 23 лет назад
bug_report 1217e13d6c Some uniformity into the sec index.php flavor 23 лет назад
calendar 4f8326cbf6 Make the date in day-view internationalizable. 23 лет назад
delete_move_next 6d7d6f7d0c modified needed parameters for findPrevMessage and findNextMessage 23 лет назад
filters 9af648a098 Some fixes for bugs caused by the changes made for R2L support (bugs were posted to squirrelmail-devel). 23 лет назад
info 284d436701 Added IMAP server information plugin called 'info'. See the README for details :) 23 лет назад
listcommands 856844d7ed adapt layout to fit in read_body + fix for comp_in_new stuff 23 лет назад
mail_fetch 76a77d0d1c *** empty log message *** 23 лет назад
newmail 76a77d0d1c *** empty log message *** 23 лет назад
sent_subfolders 1217e13d6c Some uniformity into the sec index.php flavor 23 лет назад
spamcop d306448f08 Fix bug #550605, thanks to Cor Bosman. 23 лет назад
squirrelspell c2a2414775 *** empty log message *** 23 лет назад
translate 0d89583ba5 & to & and 100% to "100%" again 23 лет назад
README.plugins d3e33f6440 * Updated docs to tell the user to read any documentation that came with the 24 лет назад
index.php 1e2a9cc5d0 Getting ready for 1.2.0 release. 23 лет назад
make_archive.pl 9227a42cd1 * More changes. Sorry. Shoulda made them the first time. 24 лет назад

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.