[imp] Hide Deleted Messages
Chris Lafty
clafty at stlawu.edu
Wed Jun 28 06:24:55 PDT 2006
My requests touches on
http://article.gmane.org/gmane.comp.horde.imp/14035/match=hide+deleted+messages
I am testing the latest versions of Horde/IMP and my biggest complaint
from users is that the messages deleted in Thunderbird or other mail
clients aren't hidden when they check his/her email on IMP. I have the
proper settings in Prefs. See relevant part of config below.. Why can
I not hide deleted messages when using the trash folder? It just
doesn't make sense to me..
$_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?
$_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?"));
// use Virtual Trash folder
$_prefs['use_vtrash'] = array(
'value' => 0,
'locked' => false,
'shared' => false,
'type' => 'checkbox',
'desc' => _("Use Virtual Trash Folder?"));
// virtual trash folder identifier
$_prefs['vtrash_id'] = array(
'value' => '',
'locked' => false,
'shared' => false,
'type' => 'implicit');
// display the 'Empty Trash' link in the menubar?
$_prefs['empty_trash_menu'] = array(
'value' => 1,
'locked' => false,
'shared' => false,
'type' => 'checkbox',
'desc' => _("Display the \"Empty Trash\" link in the menubar?"));
// display the 'Empty Spam' link in the menubar?
$_prefs['empty_spam_menu'] = array(
'value' => 0,
'locked' => false,
'shared' => false,
'type' => 'checkbox',
'desc' => _("Display the \"Empty Spam\" link in the menubar?"));
// hide deleted
$_prefs['delhide'] = array(
'value' => 1,
'locked' => true,
'shared' => false,
'type' => 'implicit');
--
.............................
Christopher Lafty
Systems Administrator
132 Madill Hall
St. Lawrence University
clafty at stlawu.edu
Telephone: 315-229-5953
Fax: 315-229-5539
.............................
More information about the imp
mailing list