[Tickets #937] Message highlighting
bugs@bugs.horde.org
bugs at bugs.horde.org
Sun Dec 4 20:02:29 PST 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=937
-----------------------------------------------------------------------
Ticket | 937
Updated By | hordedev at markbs.com
Summary | Message highlighting
Queue | IMP
Version | HEAD
State | Accepted
Priority | 1. Low
Type | Enhancement
Owners |
-----------------------------------------------------------------------
hordedev at markbs.com (2005-12-04 20:02) wrote:
>> 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
More information about the bugs
mailing list