[horde] Re: Deleting items with IMP
Craig Eberly
craig at yisi.net
Mon Mar 28 08:28:07 PST 2005
> <snip>-
> Thanks craig..out of curiousity is there a way to make this the
> default option for all users or does every user have to do it on their
> own?
>
> Thanks in advance once again
> --
In your imp/config/prefs.php there is a section that reads like the
following:
// should we move messages to a trash folder instead of just marking
// them as deleted?
// a value of 0 = no, 1 = yes
$_prefs['use_trash'] = array(
'value' => 0,
'locked' => false,
'shared' => false,
'type' => 'checkbox',
'desc' => _("When deleting messages, move them to your Trash folder
instead of marking them as deleted?"));
If you change the value to "1" it looks like that will take care of it for
you.
Thanks,
Craig
More information about the horde
mailing list