Began rework of options page. Also added 3 plugins (filters, translate, and squirrels...
authorthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 31 Oct 2001 06:10:21 +0000 (06:10 +0000)
committerthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 31 Oct 2001 06:10:21 +0000 (06:10 +0000)
commit849bdf42ed7bd7cca68909d2b46869742dfd210e
treee2679fd741d144d16e2029ac5d0b689a95a79ecf
parent209663b74e5e69afd75ea58238f5107f18aa55c7
Began rework of options page. Also added 3 plugins (filters, translate, and squirrelspell) into CVS for maintenance with the Squirrelmail core. Please note that these plugins are NOT going to be INTEGRATED with the core, just maintained alongside it here in CVS and packaged as a part of the official Squirrelmail release when we release 1.2.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1662 7612ce4b-ef26-0410-bec9-ea0150e637f0
44 files changed:
plugins/filters/CHANGES [new file with mode: 0644]
plugins/filters/README [new file with mode: 0644]
plugins/filters/filters.php [new file with mode: 0644]
plugins/filters/options.php [new file with mode: 0644]
plugins/filters/setup.php [new file with mode: 0644]
plugins/filters/sqimap_read_data.php [new file with mode: 0644]
plugins/squirrelspell/INSTALL [new file with mode: 0644]
plugins/squirrelspell/doc/CRYPTO [new file with mode: 0644]
plugins/squirrelspell/doc/ChangeLog [new file with mode: 0644]
plugins/squirrelspell/doc/PRIVACY [new file with mode: 0644]
plugins/squirrelspell/doc/README [new file with mode: 0644]
plugins/squirrelspell/doc/UPGRADING [new file with mode: 0644]
plugins/squirrelspell/doc/index.php [new file with mode: 0644]
plugins/squirrelspell/index.php [new file with mode: 0644]
plugins/squirrelspell/js/WHATISTHIS [new file with mode: 0644]
plugins/squirrelspell/js/check_me.js [new file with mode: 0644]
plugins/squirrelspell/js/crypto_settings.js [new file with mode: 0644]
plugins/squirrelspell/js/decrypt_error.js [new file with mode: 0644]
plugins/squirrelspell/js/index.php [new file with mode: 0644]
plugins/squirrelspell/js/init.js [new file with mode: 0644]
plugins/squirrelspell/modules/WHATISTHIS [new file with mode: 0644]
plugins/squirrelspell/modules/check_me.mod.php [new file with mode: 0644]
plugins/squirrelspell/modules/crypto.mod.php [new file with mode: 0644]
plugins/squirrelspell/modules/crypto_badkey.mod.php [new file with mode: 0644]
plugins/squirrelspell/modules/edit_dic.mod.php [new file with mode: 0644]
plugins/squirrelspell/modules/enc_setup.mod.php [new file with mode: 0644]
plugins/squirrelspell/modules/forget_me.mod.php [new file with mode: 0644]
plugins/squirrelspell/modules/forget_me_not.mod.php [new file with mode: 0644]
plugins/squirrelspell/modules/index.php [new file with mode: 0644]
plugins/squirrelspell/modules/init.mod.php [new file with mode: 0644]
plugins/squirrelspell/modules/lang_change.mod.php [new file with mode: 0644]
plugins/squirrelspell/modules/lang_setup.mod.php [new file with mode: 0644]
plugins/squirrelspell/modules/options_main.mod.php [new file with mode: 0644]
plugins/squirrelspell/setup.php [new file with mode: 0644]
plugins/squirrelspell/sqspell_config.dist [new file with mode: 0644]
plugins/squirrelspell/sqspell_config.php [new file with mode: 0644]
plugins/squirrelspell/sqspell_functions.php [new file with mode: 0644]
plugins/squirrelspell/sqspell_interface.php [new file with mode: 0644]
plugins/squirrelspell/sqspell_options.php [new file with mode: 0644]
plugins/translate/INSTALL [new file with mode: 0644]
plugins/translate/README [new file with mode: 0644]
plugins/translate/options.php [new file with mode: 0644]
plugins/translate/setup.php [new file with mode: 0644]
src/options.php