[horde] using Trash folder default
Oscar del Rio
delrio at mie.utoronto.ca
Tue Oct 8 14:11:47 UTC 2013
On 10/ 8/13 09:29 AM, Robert Schetterer wrote:
> Hi, i want to set the imap Trash folder as default for all users in
> imp latest stable, it seem the syntax has changed ,i failed create the
> wanted values in prefs.local.php of imp
>
> i guess it should be like
>
> $_prefs['trash_folder'] = array(
> 'value' => 'Trash'
> );
>
> $_prefs['use_trash'] array(
> 'value' => '1'
> );
$_prefs['trash_folder']['value'] = 'Trash';
$_prefs['use_trash']['value'] = 1;
More information about the horde
mailing list