6.0.0-beta6
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
4/10/26
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#4890] preferences: use_trash disables delhide
*
Your Email Address
*
Spam protection
Enter the letters below:
.___. .. .._..___ [__ | ||\ | | [__ [___|__|| \|_|_|
Comment
> When the use_trash preference is enabled, the value of the delhide > preference is ignored and effectively forced off. Didn't you mean on > the contrary to force it *on* when use_trash is on? > > > > That is, replace in lib/Mailbox.php: > > > > $this->_delhide = ($GLOBALS['prefs']->getValue('delhide') && > > !$GLOBALS['prefs']->getValue('use_trash') && > > ($GLOBALS['imp_search']->isSearchMbox() || > > ($GLOBALS['prefs']->getValue('sortby') > != SORTTHREAD))); > > > > by > > > > $this->_delhide = (($GLOBALS['prefs']->getValue('delhide') || > > !$GLOBALS['prefs']->getValue('use_trash')) && > > ($GLOBALS['imp_search']->isSearchMbox() || > > ($GLOBALS['prefs']->getValue('sortby') > != SORTTHREAD))); > > > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers