Summary | Hide deleted messages when using vTrash |
Queue | IMP |
Queue Version | HEAD |
Type | Enhancement |
State | Resolved |
Priority | 2. Medium |
Owners | Horde Developers (at) |
Requester | mrubinsk (at) horde (dot) org |
Created | 09/12/2007 (6541 days ago) |
Due | |
Updated | 12/21/2007 (6441 days ago) |
Assigned | 09/14/2007 (6539 days ago) |
Resolved | 12/21/2007 (6441 days ago) |
Milestone | 4.2 |
Patch | No |
Thanks!
Getting closer :)
'delete' - instead of navigating to the next message I get a "That
message not found" error.
Should I open another ticket?
State ⇒ Resolved
Priority ⇒ 2. Medium
http://lists.horde.org/archives/cvs/Week-of-Mon-20071217/073414.html
that any messages that are already marked as deleted in a folder are
*not* shown in the vTrash if switching from no vTrash to vTrash.
Marking a message as deleted, then switching to using the vTrash - you
will still see the deleted message , and have no way of removing it
since the purge deleted is gone. The message is also displayed in the
vTrash. Any messages deleted after selecting to use vTrash are
properly hidden and "moved" to the vTrash.
State ⇒ Feedback
view, and the Hide Deleted action is not shown.
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.
State ⇒ Assigned
Assigned to
always be hidden.
Priority ⇒ 1. Low
State ⇒ New
Queue ⇒ IMP
Summary ⇒ Hide deleted messages when using vTrash
Type ⇒ Enhancement
view, and the Hide Deleted action is not shown.
IMO, we should hide the deleted messages by default when using vTrash
folders, or at the very least, show the Hide Deleted link if using the
vTrash.
(This from a discussion on IRC with blc):
[16:06] <blc> guess we should probably re-evaluate when to show those
menu items
[16:06] <blc> IMO, they should be there when you're not using any
trash, and by deleted items should be hidden when using vtrash (at
least by default)