[imp] Default Settings
Chris Hastie
lists at oak-wood.co.uk
Fri Jan 24 21:16:46 PST 2003
On Fri, 24 Jan 2003, Theresa M Peter <theresa at email.uc.edu> wrote
>I would like to change the default settings in IMP.
>
> Particularly, I don't want it to save the outgoing mail into the sent
>mail folder. I thought I could do this in the prefs.php file but I
>don't see it in there. Am I just missing it? Or is this located
>someplace else?
>
It's in there (imp/config/prefs.php):
// save a copy of sent messages?
// a value of 0 = no, 1 = yes
$_prefs['save_sent_mail'] = array(
'value' => 1,
'locked' => false,
'shared' => true,
'type' => 'implicit');
// sent mail folder
$_prefs['sent_mail_folder'] = array(
'value' => 'sent-mail',
// For Exchange server uncomment the line below and delete the line above
// 'value' => 'Sent Items',
'locked' => false,
'shared' => true,
'type' => 'implicit');
--
Chris Hastie
More information about the imp
mailing list