Summary | sent-mail folder selection when changing identity |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | Horde Developers (at) , slusarz (at) horde (dot) org |
Requester | s_gatterbauer (at) idlm (dot) net |
Created | 10/17/2005 (7172 days ago) |
Due | |
Updated | 01/10/2006 (7087 days ago) |
Assigned | 01/05/2006 (7092 days ago) |
Resolved | 01/10/2006 (7087 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
There is still a shift in the folder index like I described in
bug 3210.The function call $imp_folder->flist_IMP(array('INBOX')) in
compose.php returns an array where the first element looks like this:
["INBOX"]=>
array(3) {
["val"]=>
string(0) ""
["label"]=>
string(5) "INBOX"
["abbrev"]=>
string(5) "INBOX"
}
please read my comments on this in bug report 3210
http://bugs.horde.org/ticket/?id=3210
Priority ⇒ 2. Medium
Assigned to Michael Slusarz
server. I guess I can fix it for Cyrus, but it probably will break
other servers if this is working fine for you.
the compose page the sent-mail folder is changed to the correct value
to the identity).
State ⇒ Assigned
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ sent-mail folder selection when changing identity
Queue ⇒ IMP
State ⇒ Unconfirmed
of compose.php to the value saved in the preferences for the primary
identity -
when changing the identity in compose.php the folder "hierarchical
below/after"
the desired sent-mail folder (as set in the preferences for the identity) is
selected as sent-mail folder.
for example :
folder structure/hierarchy :
INBOX
\- some folders
\- some more folders
\- sent-mail -- set as sent-mail folder for all
identities
\- folder_below_sent-mail
\- even more folders
PUBLIC_FOLDER
- on entry in compose.php the expected folder sent-mail is set to save a
copy of the outgoing message
- after changing the identity the wrong folder folder_below_sent-mail is set
- changing back to the primary identity leeds to the same wrong result