[Tickets #8072] Re: identities prefs sent_mail_folder appears always as default
bugs at horde.org
bugs at horde.org
Wed Mar 18 11:07:30 UTC 2009
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/8072
------------------------------------------------------------------------------
Ticket | 8072
Updated By | dom.lalot at gmail.com
Summary | identities prefs sent_mail_folder appears always as
| default
Queue | IMP
Version | 4.3.3
Type | Bug
State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
dom.lalot at gmail.com (2009-03-18 07:07) wrote:
>> Sorry, I lost you completely. I have no idea what you think should be
>> the correct behavior, how you have set up your server, etc.
>
> No problem.
>
> I believe that the value in identities is used to compare to the list
> of folders.
> The folder list contains INBOX/ade (can see the drop down list html code)
> But the sent_mail_folder in identities does not contain INBOX/
>
> I suppose (not sure) that could be the cause of the bad selected value
>
> Dom
in imp/templates/prefs/sentmailselect.inc
<select name="sent_mail_folder" id="sent_mail_folder"
onchange="newFolderName();">
<option value=""><?php echo _("None") ?></option>
<option value="-1" selected="selected"><?php echo _("Use Default
Value") ?></option>
<?php echo IMP::flistSelect(_("Create a new sent mail folder"),
true, array('INBOX')) ?>
</select><br />
That's the problem I was speaking about, the selected options is
allways default and should be the previous choosen user folder
get old value and make it appears as selected..
More information about the bugs
mailing list