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 |
State ⇒ Resolved
Bug #10002: Fix undefined variable1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/27ba26662b73b4627ae7dcd9f285501d7aeb2f80
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ mailbox listing is not working correctly with last unseen ordering
Type ⇒ Bug
State ⇒ Unconfirmed
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();