Web Hosting Talk







View Full Version : Trash Folder in Horde


nettigritty
02-06-2004, 12:39 AM
How do I enable the Trash Folder in Horde for all email accounts by default ?

Saryooo
02-08-2004, 06:35 AM
i am also interesting in it....

pang
02-08-2004, 09:39 AM
In imp/config directory, you will find a file called prefs.php.
Inside the file, you will see something similar in the file.
// 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' => 1,
'locked' => false,
'shared' => false,
'type' => 'checkbox',
'desc' => _("When deleting messages, move them to your Trash folder instead of marking them as deleted?")
);

if the 'value' is 0, change it to 1.

Saryooo
02-08-2004, 11:48 AM
what if i am using a reseller hosting....

pang
02-08-2004, 12:04 PM
Ask your provider to do it, or install your own copy.

nettigritty
02-10-2004, 01:08 AM
cool. thanks :)