[mimp] Problems with Saving Sent-Mail & adding Trailer.txt

Eugene eacosta at eugene.cc
Mon Feb 14 01:39:55 PST 2005


Hi,

I just updated to the new development snapshot (HEAD) of MIMP from Feb. 13 
03:21 and saved the new conf.php from the administration page from Horde.  I 
then updated my servers.php page, can login, and send mail, but am having 
problems with saving sent mail in the "sent-mail" folder and it not adding the 
contents of trailer.txt to sent e-mails.  (All this works fine from IMP.)

The following is my conf.php file:

<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: mimp/config/conf.xml,v 1.9 2004/10/26 07:06:42 slusarz Exp $
$conf['user']['allow_folders'] = true;
$conf['user']['alternate_login'] = false;
$conf['user']['redirect_on_logout'] = false;
$conf['server']['server_list'] = 'none';
$conf['server']['change_server'] = false;
$conf['server']['change_port'] = false;
$conf['server']['change_protocol'] = false;
$conf['server']['change_folders'] = false;
$conf['server']['show_dotfiles'] = false;
$conf['server']['hierarchies'] = array();
$conf['mailbox']['max_from_chars'] = 10;
$conf['mailbox']['max_subj_chars'] = 20;
$conf['msg']['prepend_header'] = true;
$conf['msg']['append_trailer'] = true;
$conf['msg']['filtering']['words'] = './config/filter.txt';
$conf['msg']['filtering']['replacement'] = '****';
$conf['compose']['use_vfs'] = false;
$conf['compose']['allow_cc'] = false;
$conf['compose']['allow_bcc'] = false;
$conf['hooks']['vinfo'] = false;
$conf['hooks']['trailer'] = false;
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */

And the following are the associated entries from the prefs.php file:

// 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');

Any help would be greatly appreciated!

Thanks in advance,
Eugene



More information about the mimp mailing list