6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
9/2/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#1392] Saving Sent-Mail & Adding trailer.txt
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ __ __ \ /.___ [__)/ `/ ` >< [__ | \__.\__./ \|
Comment
> 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
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers