| Summary | Contents of Virtual Trash Folder always empty |
| Queue | IMP |
| Queue Version | 4.1 |
| Type | Bug |
| State | Resolved |
| Priority | 2. Medium |
| Owners | slusarz (at) horde (dot) org |
| Requester | torlasz (at) xenia (dot) sote (dot) hu |
| Created | 03/21/2006 (7170 days ago) |
| Due | |
| Updated | 04/15/2006 (7145 days ago) |
| Assigned | 03/21/2006 (7170 days ago) |
| Resolved | 04/15/2006 (7145 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
3.1.1/imp 4.1.1
on the imp mailing list there is a solution, however of changing the
|| to && on line 171.
[quote of Shaun Furguson]
I encountered this as well while migrating to IMP's latest stable release
(IMP-H3-4.1 at the time of this posting). If you modify line 171 of
horde/imp/lib/Mailbox.php to match the following, it appears to fix the bug:
$this->_delhide =
!$GLOBALS['imp_search']->isSearchMbox($GLOBALS['imp']['mailbox']) &&
($GLOBALS['imp']['mailbox']['label'] != _("Virtual Trash"));
State ⇒ Assigned
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Contents of Virtual Trash Folder always empty
Queue ⇒ IMP
Notice: Undefined index: label in .../horde/imp/lib/Mailbox.php on line 171
Because of this, the messages get hidden, and the folder appears to be empty.
The Virtual Trash Folder is unusable because of this bug.