[imp] Re: Can't Delete Messages on POP3
Waller, Rick S.
rswaller at usa.net
Tue Oct 14 07:19:35 PDT 2003
Mike,
I did go in and look at that.. Here's what I have.. It appears to be
correct...
<prefs.php> Imp/Config
// 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' => 1,
'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' => 0,
'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'
);
// 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
Did I miss something by chance??? Thanks a million for your help! I
know it has to be something simple that I am missing in the config
files....
Regards,
Rick
More information about the imp
mailing list