6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
7/26/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#937] Message highlighting
*
Your Email Address
*
Spam protection
Enter the letters below:
\ /.__ . ..__..___ >< [__)| |[__][__ / \| |__|| |[___
Comment
>>> Here is the code. First horde hacking here, so I am eager to hear >>> feedback. > >> > >> imp patch is in scripts/imp.patch.txt > > > > Missed part of the imp patch (a php.dist file in config): > > > > --- ORIG/imp-h3-4.0.4/config/prefs.php.dist 2005-10-04 > 12:09:11.000000000 -0400 > > +++ horde/imp-h3-4.0.4/config/prefs.php.dist 2005-12-04 > 22:56:47.000000000 -0500 > > @@ -121,6 +121,13 @@ > > 'url' => 'filterprefs.php' > > ); > > > > +$prefGroups['mailbox_highlight'] = array( > > + 'column' => _("Other Options"), > > + 'label' => _("Mailbox Highlighting"), > > + 'desc' => _("Create highlighting rules to visually organize your > mailboxes."), > > + 'url' => 'highlightprefs.php' > > +); > > + > > $prefGroups['addressbooks'] = array( > > 'column' => _("Other Options"), > > 'label' => _("Address Books"), > > @@ -975,6 +982,13 @@ > > > > // End Display Options preferences > > > > +// Mailbox Highlighting > > +$_prefs['mailbox_highlight_enable'] = array( > > + 'value' => 0, > > + 'locked' => false, > > + 'shared' => false, > > + 'type' => 'implicit'); > > +// end Mailbox Highlighting > > > > // Filter preferences > > // a value of 0 = no, 1 = yes > >
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