[Tickets #2697] Virtual INBOX messages not being deleted
bugs@bugs.horde.org
bugs at bugs.horde.org
Wed Oct 26 00:16:24 PDT 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=2697
-----------------------------------------------------------------------
Ticket | 2697
Updated By | Michael Slusarz <slusarz at mail.curecanti.org>
Summary | Virtual INBOX messages not being deleted
Queue | IMP
Version | HEAD
State | Feedback
Priority | 1. Low
Type | Bug
Owners | Horde Developers, Michael Slusarz
-----------------------------------------------------------------------
Michael Slusarz <slusarz at mail.curecanti.org> (2005-10-26 00:16) wrote:
Can you go to line 164 of framework/IMAP/IMAP/Search.php and change this
line:
return @imap_search($imap, $criteria, SE_UID, $this->_charset);
to:
return imap_search($imap, $criteria, SE_UID, $this->_charset);
and report any error messages. If no error messages are output, try
removing the $this->_charset parameter and see how that works.
More information about the bugs
mailing list