Summary | sent-mail folder preference |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | Duplicate |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | adrieder (at) sbox (dot) tugraz (dot) at |
Created | 12/30/2005 (7202 days ago) |
Due | |
Updated | 01/05/2006 (7196 days ago) |
Assigned | 01/02/2006 (7199 days ago) |
Resolved | 01/05/2006 (7196 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Duplicate
Priority ⇒ 1. Low
Bug 2802.New Attachment: Folder.php.patch
Any thoughts, comments, screams, laughing ?
Any thoughts, comments, screams, laughing ?
array(1) {
["INBOX"]=>
array(3) {
["val"]=>
string(0) ""
["label"]=>
string(5) "INBOX"
["abbrev"]=>
string(5) "INBOX"
}
}
This entry gets added in line 184 and leads to the described problem.
Unfortunately I don't really understand the while() code block arround
that line.
But I think it doesn't care about the $filter parameter.
State ⇒ Assigned
New Attachment: compose.php[1].patch
then my previous one
The flist() function form Folder.php returns an array with the users
folders. In my case the first element of this array is empty, this
causes a shift in the index used to select the right folder.
flist() is used in compose.php on lin 799: $folders =
$imp_folder->flist_IMP(array('INBOX'));
BTW: the imap server in use is a cyrus-imapd 2.2.12
New Attachment: compose.php.patch
Can someone check if this makes sense?
Didi
p.s.:
This does not fix the display of the correct "sent-mail" folder on the
preferences page.
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ sent-mail folder preference
Queue ⇒ IMP
State ⇒ Unconfirmed
other than the default one for these new identities, sent messages
will not be saved in the specified folder but in the folder below it
in the folder tree. Additionally the prefecence screen for the
identities does not show the specified folder for a given identitie,
but it shows just "Use Default Value".
eg:
Default Identitiy -> use sent-mail (== default) (everything works ok)
Test1 Identity -> use folder test1.sub.sent-mail (not ok, will use
test2 to save)
Test2 Identity -> use folder test2.sub.sent-mail (not ok, will use
Trash to save)
Folder structure:
Inbox
drafts
sent-mail
spam
test1
sub
sent-mail
test2
sub
sent-mail
Trash
announce