Hello John,

On Fri, 11 May 2012 08:03:53 +1000, John Kenyon wrote:

I think if you had a checkbox at the beginning of each row returned,
then an option to "Restore All Selected"?

Also you could include "Download All Selected" which would return all
messages selected in EML format, but downloaded as a zip file.


both features are implemented, please find the latest tarball, 0.1.17.3
at the download page: https://bitbucket.org/jsuto/piler/downloads/piler-0.1.17.3.tar.gz

Note that you should replace the whole webui directory. If you prefer to
keep the current config.php file, then add the following variables:

define('ICON_DOWNLOAD', '/view/theme/default/images/download_icon.jpg');
define('DIR_TMP', DIR_BASE . 'tmp/');

You should also create a tmp directory (DIR_TMP) _under_ your documentroot,
and give write permissions to the www-data (or apache, perhaps) user.

Best regards,
Janos


Reply via email to