mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
7fe099093d
This plugin allows a TMDA enabled account to be managed from within the SquirrelMail interface, including the ability to edit list files, add control headers to outgoing email, manage pending messages and create tagged addresses for use outside SquirrelMail. WWW: http://www.morison.net/squirrelmail-plugins/tmdatools.html PR: ports/98757 Submitted by: Raul Pollicino <email-freebsd at def-defying.com>
19 lines
956 B
Plaintext
19 lines
956 B
Plaintext
@unexec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --remove-plugin tmdatools; fi
|
|
%%SQUIRRELDIR%%/%%TMDATOOLDIR%%/COPYING
|
|
%%SQUIRRELDIR%%/%%TMDATOOLDIR%%/INSTALL
|
|
%%SQUIRRELDIR%%/%%TMDATOOLDIR%%/README
|
|
%%SQUIRRELDIR%%/%%TMDATOOLDIR%%/address.php
|
|
%%SQUIRRELDIR%%/%%TMDATOOLDIR%%/editfile.php
|
|
%%SQUIRRELDIR%%/%%TMDATOOLDIR%%/index.php
|
|
%%SQUIRRELDIR%%/%%TMDATOOLDIR%%/paginator.php
|
|
%%SQUIRRELDIR%%/%%TMDATOOLDIR%%/pending.php
|
|
%%SQUIRRELDIR%%/%%TMDATOOLDIR%%/setup.php
|
|
%%SQUIRRELDIR%%/%%TMDATOOLDIR%%/tmdatools.php
|
|
%%SQUIRRELDIR%%/%%TMDATOOLDIR%%/tmdatools_config.php.sample
|
|
%%SQUIRRELDIR%%/%%TMDATOOLDIR%%/tmdatools_findhome.php
|
|
%%SQUIRRELDIR%%/%%TMDATOOLDIR%%/tools.php
|
|
%%SQUIRRELDIR%%/%%TMDATOOLDIR%%/version
|
|
%%SQUIRRELDIR%%/%%TMDATOOLDIR%%/viewer.php
|
|
@dirrm %%SQUIRRELDIR%%/%%TMDATOOLDIR%%
|
|
@exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin tmdatools; fi
|