| Summary | DIMP provides no view to subscribe/unsubscribe to folders |
| Queue | IMP |
| Queue Version | Git master |
| Type | Enhancement |
| State | Resolved |
| Priority | 1. Low |
| Owners | Michael Slusarz <slusarz (at) horde (dot) org> |
| Requester | Gunnar Wrobel <p (at) rdus (dot) de> |
| Created | 03/08/09 (373 days ago) |
| Due | |
| Updated | 12/08/09 (98 days ago) |
| Assigned | 03/09/09 (372 days ago) |
| Resolved | 12/08/09 (98 days ago) |
| Attachments | |
| Milestone | |
| Patch | No |
Taken from Gunnar Wrobel
State ⇒ Resolved
Queue ⇒ IMP
Version ⇒ Git master
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?
State ⇒ New
Patch ⇒
Milestone ⇒
Queue ⇒ DIMP
Summary ⇒ DIMP provides no view to subscribe/unsubscribe to folders
Type ⇒ Enhancement
Priority ⇒ 1. Low
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.