[Tickets #1392] NEW: Saving Sent-Mail & Adding trailer.txt
bugs at bugs.horde.org
bugs at bugs.horde.org
Wed Feb 16 13:39:44 PST 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=1392
-----------------------------------------------------------------------
Ticket | 1392
Created By | eacosta at eugene.cc
Summary | Saving Sent-Mail & Adding trailer.txt
Queue | MIMP
State | Unconfirmed
Priority | 2. Medium
Type | Bug
Owners |
-----------------------------------------------------------------------
eacosta at eugene.cc (2005-02-16 13:39) wrote:
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');
Thanks in advance,
Eugene
More information about the bugs
mailing list