b3a47f11f3
this plugin to view the current quota usage (both size and message count), which is displayed just above the folders list. A warning message can also be displayed to users upon login if desired. If no quota is set, nothing is displayed. WWW: http://www.squirrelmail.org PR: ports/93148 Submitted by: Gerrit Beine <gerrit.beine@gmx.de>
10 lines
634 B
Text
10 lines
634 B
Text
@unexec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --remove-plugin email_footer; fi
|
|
%%SQUIRRELDIR%%/plugins/email_footer/INSTALL
|
|
%%SQUIRRELDIR%%/plugins/email_footer/README
|
|
%%SQUIRRELDIR%%/plugins/email_footer/config.php.sample
|
|
%%SQUIRRELDIR%%/plugins/email_footer/functions.php
|
|
%%SQUIRRELDIR%%/plugins/email_footer/index.php
|
|
%%SQUIRRELDIR%%/plugins/email_footer/setup.php
|
|
%%SQUIRRELDIR%%/plugins/email_footer/version
|
|
@dirrm %%SQUIRRELDIR%%/plugins/email_footer/
|
|
@exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin email_footer; fi
|