6.0.0-beta1
7/8/25

[#10002] mailbox listing is not working correctly with last unseen ordering
Summary mailbox listing is not working correctly with last unseen ordering
Queue IMP
Queue Version Git master
Type Bug
State Resolved
Priority 1. Low
Owners slusarz (at) horde (dot) org
Requester alessandro.garbino (at) hotmail (dot) it
Created 04/28/2011 (5185 days ago)
Due
Updated 04/28/2011 (5185 days ago)
Assigned
Resolved 04/28/2011 (5185 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
04/28/2011 04:50:25 PM Michael Slusarz Assigned to Michael Slusarz
State ⇒ Resolved
 
04/28/2011 04:50:16 PM Git Commit Comment #2 Reply to this comment
Changes have been made in Git for this ticket:

Bug #10002: Fix undefined variable

  1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/27ba26662b73b4627ae7dcd9f285501d7aeb2f80
04/28/2011 07:39:43 AM alessandro (dot) garbino (at) hotmail (dot) it Comment #1
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ mailbox listing is not working correctly with last unseen ordering
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
mailbox listing is not working correctly when last unseen message 
ordering is selected.
It works correctly with first unseen ordering

The system gives the following error:
2011-04-28T09:21:52+02:00 NOTICE: HORDE [imp] PHP ERROR: Undefined 
variable: imp_imap [pid 13321 on line 518 of 
"..../horde/imp/lib/Mailbox/List.php"]

In the log file there is the following error:
Call to a member function accessMailbox() on a non-object in 
/home/comlignano/horde/imp/lib/Mailbox/List.php on line 518

Inside the code at line 518:
  case IMP::MAILBOX_START_LASTUNSEEN:
             if (!$imp_imap->accessMailbox($

while just few lines before:
  case IMP::MAILBOX_START_FIRSTUNSEEN:
             $imp_imap =   
GLOBALS['injector']->getInstance('IMP_Factory_Imap')->create();


Saved Queries