Summary | DIMP provides no view to subscribe/unsubscribe to folders |
Queue | IMP |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | wrobel (at) horde (dot) org |
Created | 03/08/2009 (5965 days ago) |
Due | |
Updated | 12/08/2009 (5690 days ago) |
Assigned | 03/09/2009 (5964 days ago) |
Resolved | 12/08/2009 (5690 days ago) |
Milestone | |
Patch | No |
Taken from Gunnar Wrobel
Version ⇒ Git master
State ⇒ Resolved
Queue ⇒ IMP
Assigned to Gunnar Wrobel
These are wishes from the Kolab Kosortium/Kolab customers. So far the
wish has not been contracted but I'd like to track it here to get
early feedback from your side too. Please assign the issue to me if
you like (I'm currently not in the DIMP queue).
State ⇒ Feedback
roadmap. Patch?
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ DIMP provides no view to subscribe/unsubscribe to folders
Queue ⇒ DIMP
Milestone ⇒
Patch ⇒ No
State ⇒ New
folders within DIMP.
I can add a button to the site_menu with
--- a/horde-webmail/dimp/config/menu.php
+++ b/horde-webmail/dimp/config/menu.php
@@ -28,3 +28,9 @@
// 'text' => 'Say Hi!',
// 'icon' => $GLOBALS['registry']->getImageDir('horde') .
'/horde.png'),
// );
+$site_menu = array(
+ 'folders' => array(
+ 'action' => 'DimpBase.go("app:horde", "' .
Horde::url($GLOBALS['registry']->get('webroot', 'imp') .
'/folders.php', true) . '")',
+ 'text' => _('Folders'),
+ 'icon' => $GLOBALS['registry']->getImageDir('imp') .
'/folders/folder.png'),
+);
but this means I still have the top menu of the folders view in imp.