[imp] Deleted mails

Jeff Graves jeff at image-src.com
Wed Mar 12 17:34:55 PST 2003


Anything changed in prefs.php changes the defaults. If you have
already logged on to IMP and have a settings stored in SQL (or any
other backend), you'll need to actually change your settings in the
GUI.

Jeff Graves
Customer Support Engineer
Image Source, Inc.
10 Mill Street
Bellingham, MA 02019

jeff at image-src.com - Email
508.966.5200 X31 - Phone
508.966.5170 - Fax

-----Original Message-----
From: imp-bounces at lists.horde.org
[mailto:imp-bounces at lists.horde.org]On
Behalf Of LE GAL Michael
Sent: Wednesday, March 12, 2003 2:33 AM
To: imp at lists.horde.org
Subject: [imp] Deleted mails


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                ||
::||#########################################||::
   ||                                         ||



--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe at lists.horde.org



More information about the imp mailing list