squirrelmail/plugins
Thijs Kinkhorst 2f16bd3e7c Display the total of new messages in the newmail popup.
This may go into stable after 1.4.2 because it changes strings.
2003-09-27 14:42:18 +00:00
..
abook_take theme issue caused by validate.php not being first 2003-07-14 16:30:23 +00:00
administrator Ok, I screwed up. When I put in cram-md5 and digest-md5, I left the alternative as being "plain", which is a misnomer. There really IS a mechanism called "plain", and what we're doing isn't it. So I've renamed our "plain" to "login". 2003-01-04 06:01:26 +00:00
bug_report More global cleanup. Now all SESSION and COOKIE use sqgetglobalvar, what's 2003-03-11 16:57:21 +00:00
calendar In month view, sort events on a day by starttime so that an event that 2003-09-10 16:00:27 +00:00
delete_move_next Finally, a fix for delete_move_next with thread sort. I _think_ this should do the trick. 2003-09-04 19:02:39 +00:00
filters Removed Osirusoft since they are no longer around 2003-09-15 23:59:10 +00:00
fortune Translated strings in plugin to gettext. 2003-01-16 21:18:12 +00:00
info Removal of function call to sqimap_read_data_list. 2003-06-28 13:55:49 +00:00
listcommands Make listcommands plugin work again w.r.t. smaction 2003-07-22 16:30:13 +00:00
mail_fetch Send the user to the options page if he clicks the Fetch link when 2003-07-27 22:15:15 +00:00
message_details Consistant capitalization 2003-03-23 11:38:27 +00:00
newmail Display the total of new messages in the newmail popup. 2003-09-27 14:42:18 +00:00
sent_subfolders cleanup some plugins to make use of sqgetGlobalVar 2003-03-11 15:57:22 +00:00
spamcop default becomes 0 2003-07-07 18:58:29 +00:00
squirrelspell Fix on previous commit 2003-07-21 13:23:44 +00:00
translate Updated list of servers 2003-07-20 07:45:17 +00:00
index.php Getting ready for 1.4.0 RC1 2002-12-31 12:49:43 +00:00
make_archive.pl * More changes. Sorry. Shoulda made them the first time. 2001-03-23 21:34:48 +00:00
README.plugins minor changes 2003-06-13 05:28:50 +00:00

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, INSTALL or other documentation in your new plugin.  
      Follow any important configuration instructions inside (about half
      the time there are none, sometimes they are extensive).

        $ cd myplugin/
        $ more README

  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.