[Tickets #10002] mailbox listing is not working correctly with last unseen ordering
bugs at horde.org
bugs at horde.org
Thu Apr 28 07:39:43 UTC 2011
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/10002
------------------------------------------------------------------------------
Ticket | 10002
Created By | alessandro.garbino at hotmail.it
Summary | mailbox listing is not working correctly with last
| unseen ordering
Queue | IMP
Version | Git master
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
alessandro.garbino at hotmail.it (2011-04-28 07:39) wrote:
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();
More information about the bugs
mailing list