6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
7/17/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#8520] Sent mail folder does not auto-create
*
Your Email Address
*
Spam protection
Enter the letters below:
. ,. .. ..__.. , \./ | || || | \./ | |__||__||__\ |
Comment
> If the sent mail folder is not a locked setting in prefs.php, users > are able to choose where to save each message from a drop-down in the > compose screen. If the default named sent-mail folder does not exist > for that user, the drop-down defaults to the first existing folder > (sorted case-sensitive alphabetically) -- often this is Drafts. IMP > does not attempt to create the default sent-mail folder, except in > the case where the Inbox is the *only* other existent folder. > > > > If the sent mail folder setting is locked in prefs.php, users are not > offered the drop-down menu and the sent mail folder *is* auto-created > if it does not exist. > > > > This is a regression of a much earlier bug; I found references to it > from 2002 or so via Google. It may have been fixed in an earlier > version of compose.php; see line 1001 in compose.php Revision > 2.800.2.16 (http://cvs.horde.org/co.php/imp/compose.php?r=2.800.2.16): > > > > if (!$imp_folder->exists($imp['stream'], $sent_mail_folder)) { > > $imp_folder->create($imp['stream'], $sent_mail_folder, > $prefs->getValue('subscribe')); > > } > > > > My patch creates the sent-mail folder much earlier on, so that it's > ready by the time the drop-down appears.
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