[imp] Sent Items store

Eric Rostetter eric.rostetter@physics.utexas.edu
Wed Nov 6 00:11:12 2002


Quoting dizma <dizma@mail.bg>:

> for IMAP server
> and I would like to set globally

Edit horde/imp/config/conf.php and set the settings as needed:

$conf['user']['allow_folders'] = true;
$conf['user']['select_sentmail_folder'] = false;

Edit horde/imp/config/prefs.php and set the settings as needed:

// save a copy of sent messages?
// a value of 0 = no, 1 = yes
$_prefs['save_sent_mail'] = array(
    'value' => 1,
    'locked' => true,
    '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' => true,
    'shared' => true,
    'type' => 'implicit');

You may need to modify the values, but I think the above values would
do what you want.

Now for the possible problem.  If the folder you set doesn't exist, and the
mail software doesn't create it automatically for you, then the mail may
not work or the sent-mail saving may not work.

So the above should work fine for mail servers that auto-create a sent-mail
folder.  But may fail (or may work) for servers that don't. 

> thanks
> dizma

-- 
Eric Rostetter
The Department of Physics
The University of Texas at Austin

Why get even? Get odd!


More information about the imp mailing list