[Tickets #5718] Re: Hide deleted messages when using vTrash
bugs at bugs.horde.org
bugs at bugs.horde.org
Tue Dec 4 08:39:38 UTC 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://dev.horde.org/horde/whups/ticket/?id=5718
-----------------------------------------------------------------------
Ticket | 5718
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | Hide deleted messages when using vTrash
Queue | IMP
Version | HEAD
Type | Enhancement
-State | Assigned
+State | Feedback
Priority | 1. Low
Owners | Horde Developers
-----------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2007-12-04 00:39) wrote:
> Currently, if using vTrash, deleted messages are shown in the mailbox
> view, and the Hide Deleted action is not shown.
No they are not. See, e.g., IMP::hideDeletedMsgs():
if ($GLOBALS['prefs']->getValue('use_vtrash')) {
$delhide = !$GLOBALS['imp_search']->isVTrashFolder();
} else {
In other words, only show deleted messages if in the Virtual Trash Folder.
More information about the bugs
mailing list