[imp] Auto Lookup of Contacts in IMP CVS

Lee Nash lee@badencorp.com
Wed, 13 Jun 2001 09:55:59 -0400


Quoting Chuck Hagenbuch <chuck@horde.org>:

> > Also, I know there was debate before on whether or not to put a
> > "CONTACT" link in the compose menu, was that ever resolved?
> 
> Yes, I just haven't gotten around to implementing the solution yet.
> 
> -chuck
> 

You can use imp/config/menu.php.  Just put in the following to set it up.

$_menu[] = array(
       'url' =>        '/horde/turba',
       'text' =>       'Contacts',
       'icon_path' =>  '/horde/imp/graphics',
       'icon' =>       'addressbook-blue.gif',
       'target' =>     '_blank'
);


-lee