[Tickets #8059] DIMP provides no view to subscribe/unsubscribe to folders
bugs at horde.org
bugs at horde.org
Sun Mar 8 21:43:22 UTC 2009
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/8059
------------------------------------------------------------------------------
Ticket | 8059
Created By | Gunnar Wrobel <p at rdus.de>
Summary | DIMP provides no view to subscribe/unsubscribe to
| folders
Queue | DIMP
Version | HEAD
Type | Enhancement
State | New
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
Gunnar Wrobel <p at rdus.de> (2009-03-08 17:43) wrote:
Currently it seems impossible to subscribe/unsubscribe to/from IMAP
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.
More information about the bugs
mailing list