6.0.0-beta1
12/23/25

[#1538] More thread oddities
Summary More thread oddities
Queue IMP
Queue Version HEAD
Type Bug
State Resolved
Priority 2. Medium
Owners slusarz (at) horde (dot) org
Requester jan (at) horde (dot) org
Created 03/13/2005 (7590 days ago)
Due
Updated 03/16/2005 (7587 days ago)
Assigned 03/13/2005 (7590 days ago)
Resolved 03/16/2005 (7587 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
03/16/2005 02:41:32 AM Michael Slusarz Comment #2
State ⇒ Resolved
Reply to this comment
Sure enough, your second example contains a 'container' element as the 
first index.  This was broken and has been fixed via the following 
patch:

http://cvs.horde.org/diff.php/framework/IMAP/IMAP/Thread.php?r1=1.12&r2=1.13&ty=u



Fixed in HEAD and 3.0.4-RC1.
03/13/2005 02:22:04 PM Jan Schneider New Attachment: thread2.png Download
 
03/13/2005 02:21:38 PM Jan Schneider Comment #1
State ⇒ Assigned
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ More thread oddities
Queue ⇒ IMP
Assigned to Michael Slusarz
Reply to this comment
See these two screenshots, the 2nd shot it the same mailbox as the 
first one, just without the unread message.



This is _threadarray of the first screenshot:



array(72) {

   ["0.num"]=>

   int(0)

   ["0.next"]=>

   int(1)

   ["1.num"]=>

   int(34579)

   ["1.next"]=>

   int(0)

   ["1.branch"]=>

   int(2)

   ["2.num"]=>

   int(35540)

   ["2.next"]=>

   int(0)

   ["2.branch"]=>

   int(0)

   ["0.branch"]=>

   int(3)

   ["3.num"]=>

   int(34682)

   ["3.next"]=>

   int(0)

   ["3.branch"]=>

   int(4)

   ["4.num"]=>

   int(34683)

   ["4.next"]=>

   int(0)

   ["4.branch"]=>

   int(5)

   ["5.num"]=>

   int(34803)

   ["5.next"]=>

   int(0)

   ["5.branch"]=>

   int(6)

   ["6.num"]=>

   int(35109)

   ["6.next"]=>

   int(0)

   ["6.branch"]=>

   int(7)

   ["7.num"]=>

   int(0)

   ["7.next"]=>

   int(8)

   ["8.num"]=>

   int(35114)

   ["8.next"]=>

   int(0)

   ["8.branch"]=>

   int(9)

   ["9.num"]=>

   int(35125)

   ["9.next"]=>

   int(0)

   ["9.branch"]=>

   int(10)

   ["10.num"]=>

   int(35418)

   ["10.next"]=>

   int(0)

   ["10.branch"]=>

   int(0)

   ["7.branch"]=>

   int(11)

   ["11.num"]=>

   int(0)

   ["11.next"]=>

   int(12)

   ["12.num"]=>

   int(35115)

   ["12.next"]=>

   int(0)

   ["12.branch"]=>

   int(13)

   ["13.num"]=>

   int(35127)

   ["13.next"]=>

   int(0)

   ["13.branch"]=>

   int(14)

   ["14.num"]=>

   int(35183)

   ["14.next"]=>

   int(0)

   ["14.branch"]=>

   int(15)

   ["15.num"]=>

   int(35202)

   ["15.next"]=>

   int(0)

   ["15.branch"]=>

   int(16)

   ["16.num"]=>

   int(35236)

   ["16.next"]=>

   int(0)

   ["16.branch"]=>

   int(17)

   ["17.num"]=>

   int(35363)

   ["17.next"]=>

   int(0)

   ["17.branch"]=>

   int(18)

   ["18.num"]=>

   int(35381)

   ["18.next"]=>

   int(0)

   ["18.branch"]=>

   int(19)

   ["19.num"]=>

   int(35383)

   ["19.next"]=>

   int(0)

   ["19.branch"]=>

   int(0)

   ["11.branch"]=>

   int(20)

   ["20.num"]=>

   int(0)

   ["20.next"]=>

   int(21)

   ["21.num"]=>

   int(35123)

   ["21.next"]=>

   int(0)

   ["21.branch"]=>

   int(22)

   ["22.num"]=>

   int(35417)

   ["22.next"]=>

   int(0)

   ["22.branch"]=>

   int(0)

   ["20.branch"]=>

   int(23)

   ["23.num"]=>

   int(35126)

   ["23.next"]=>

   int(0)

   ["23.branch"]=>

   int(0)

}



This is _threadarray of the second sreenshot:



array(66) {

   ["0.num"]=>

   int(34579)

   ["0.next"]=>

   int(0)

   ["0.branch"]=>

   int(1)

   ["1.num"]=>

   int(34682)

   ["1.next"]=>

   int(0)

   ["1.branch"]=>

   int(2)

   ["2.num"]=>

   int(34683)

   ["2.next"]=>

   int(0)

   ["2.branch"]=>

   int(3)

   ["3.num"]=>

   int(34803)

   ["3.next"]=>

   int(0)

   ["3.branch"]=>

   int(4)

   ["4.num"]=>

   int(35109)

   ["4.next"]=>

   int(0)

   ["4.branch"]=>

   int(5)

   ["5.num"]=>

   int(0)

   ["5.next"]=>

   int(6)

   ["6.num"]=>

   int(35114)

   ["6.next"]=>

   int(0)

   ["6.branch"]=>

   int(7)

   ["7.num"]=>

   int(35125)

   ["7.next"]=>

   int(0)

   ["7.branch"]=>

   int(8)

   ["8.num"]=>

   int(35418)

   ["8.next"]=>

   int(0)

   ["8.branch"]=>

   int(0)

   ["5.branch"]=>

   int(9)

   ["9.num"]=>

   int(0)

   ["9.next"]=>

   int(10)

   ["10.num"]=>

   int(35115)

   ["10.next"]=>

   int(0)

   ["10.branch"]=>

   int(11)

   ["11.num"]=>

   int(35127)

   ["11.next"]=>

   int(0)

   ["11.branch"]=>

   int(12)

   ["12.num"]=>

   int(35183)

   ["12.next"]=>

   int(0)

   ["12.branch"]=>

   int(13)

   ["13.num"]=>

   int(35202)

   ["13.next"]=>

   int(0)

   ["13.branch"]=>

   int(14)

   ["14.num"]=>

   int(35236)

   ["14.next"]=>

   int(0)

   ["14.branch"]=>

   int(15)

   ["15.num"]=>

   int(35363)

   ["15.next"]=>

   int(0)

   ["15.branch"]=>

   int(16)

   ["16.num"]=>

   int(35381)

   ["16.next"]=>

   int(0)

   ["16.branch"]=>

   int(17)

   ["17.num"]=>

   int(35383)

   ["17.next"]=>

   int(0)

   ["17.branch"]=>

   int(0)

   ["9.branch"]=>

   int(18)

   ["18.num"]=>

   int(0)

   ["18.next"]=>

   int(19)

   ["19.num"]=>

   int(35123)

   ["19.next"]=>

   int(0)

   ["19.branch"]=>

   int(20)

   ["20.num"]=>

   int(35417)

   ["20.next"]=>

   int(0)

   ["20.branch"]=>

   int(0)

   ["18.branch"]=>

   int(21)

   ["21.num"]=>

   int(35126)

   ["21.next"]=>

   int(0)

   ["21.branch"]=>

   int(0)

}

Saved Queries