I would get dimp menu in the horde main menu :
Ex : Courriel
        Inbox
        Summary
        New message
I don't want Dimp opens a second menu at the right of the main menu 
because there is redundance of link that puzzled the users.

Here is what I've began to do :
--------------------------------
$this->applications['Courriel'] = array(
    'name' => _("Courriel"),
    'status' => 'heading',
);
$this->applications['dimp'] = array(
    'fileroot' => dirname(__FILE__) . '/../dimp',
    'webroot' => $this->applications['horde']['webroot'] . '/dimp',
    'name' => _("Inbox"),
    'status' => 'active',
    'provides' => array('Folder Summary', 'Newest Unseen Messages'),
    'menu_parent' => 'Courriel'
);
-----------------------------
Is it feasable ?

Thanks in advance

Gerard





-- 
Université Paris-Sud 11
Institut D'Astrophysique Spatiale
Gérard Breiner
Rue Georges Clémenceau
fr-91405 Orsay-ville 

-- 
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [EMAIL PROTECTED]

Reply via email to