[imp] Deleted mails
LE GAL Michael
michael.le-gal at crf.canon.fr
Wed Mar 12 08:33:29 PST 2003
Hi everybody
I use the following prefs.php because I want to move deleted messages to
Trash folder, and I want to hide moved messages.
But there are still deleted messages in my INBOX.
I checked out a cvs version of IMP last week.
======================================== prefs.php
...
// Deleting and Moving Messages preferences
// should we return to the mailbox listing after deleting a message?
// a value of 0 = no, 1 = yes
$_prefs['mailbox_return'] = array(
'value' => 0,
'locked' => false,
'shared' => false,
'type' => 'checkbox',
'desc' => _("Return to the mailbox listing after deleting, moving,
or copying a message?"));
// 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?"));
// trash folder selection widget. includes some javascript, so it's
// specific to IMP.
$_prefs['trashselect'] = array('type' => 'special');
// trash folder
$_prefs['trash_folder'] = array(
// for Exchange, uncomment the entry below and remove the default value
entry
// 'value' => 'Deleted Items',
'value' => 'Trash',
'locked' => false,
'shared' => false,
'type' => 'implicit');
// display the 'Empty Trash' link in the menubar?
// 1 = yes, 0 = no
$_prefs['empty_trash_menu'] = array(
'value' => 1,
'locked' => false,
'shared' => false,
'type' => 'checkbox',
'desc' => _("Display the 'Empty Trash' link in the menubar?"));
// hide deleted
// a value of 0 = no, 1 = yes
$_prefs['delhide'] = array(
'value' => 1,
'locked' => false,
'shared' => false,
'type' => 'implicit');
// End Deleting and Moving Messages preferences
--
|| ||
::||#########################################||::
|| Michael LE GAL ||
|| Information System Department ||
|| Canon Research Centre France S.A.S. ||
|| Rue de la Touche Lambert ||
|| 35517 Cesson Sevigne, France ||
|| Tel : +33 (0)2 99 87 68 55 ||
|| Email : michael.le-gal at crf.canon.fr ||
|| Web : www.crf.canon.fr ||
::||#########################################||::
|| ||
More information about the imp
mailing list