[imp] How to remove a link from the Imp menu??

Eric Rostetter eric.rostetter at physics.utexas.edu
Wed May 14 13:09:35 PDT 2003


Quoting GMX <Krishna_shekhar at gmx.net>:

> Hi all,                             Wednesday, May 14, 2003
>  4:25:50 PM
>
>         Long time!!!
>         Can anyone tell me how to remove the link "Accounts" from the
>         IMP menu ?

Woops.  Didn't read close enough.  The other was for the accounts module
in the Horde menu.  You want the "Accounts" item in the IMP menu, which is
totally 100% different.  Sorry.

So instead edit horde/imp/config/prefs.php and change the following lines:

// Show the Fetch mail icon on the menubar?
// a value of 0 = no, 1 = yes
$_prefs['fetchmail_menu'] = array(
    'value' => 1,
    'locked' => false,
    'shared' => false,
    'type' => 'checkbox',
    'desc' => _("Show the Fetch Mail icon on the menubar?"));


Set value to 0 and locked to true to completely disable it.

--
Eric Rostetter
The Department of Physics
The University of Texas at Austin

Why get even? Get odd!


More information about the imp mailing list