[imp] Direct delete part II
J. de Jongh
jdjongh at unet.nl
Thu Dec 23 04:42:02 PST 2004
Hi,
I have a question, i'm using:
=============
- horde-2.2.6
- imp-3.2.5
=============
Settings:
=============
file: /conf/prefs.php
// hide deleted
// a value of 0 = no, 1 = yes
$_prefs['delhide'] = array(
'value' => 1,
'locked' => true,
'shared' => true,
'type' => 'implicit'
);
// 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' => true,
'shared' => true,
'type' => 'checkbox',
'desc' => _("When deleting messages, move them to your Trash folder
instead of marking them as deleted?")
);
The messages in the trash can are shown as regular messages. But there are
being directly deleted. (If you select and choose for delete)
Can this setting be applied to the INBOX (and other folders?)?
----------------
With kind regards,
J. de Jongh
----------------
More information about the imp
mailing list