[imp] expanding names doesn't work for me....
nlin@newton.berkeley.edu
nlin@newton.berkeley.edu
Wed, 31 Oct 2001 14:10:55 -0800
right, that's exactly what I did. Sorry for the confusion.
Quoting Chuck Hagenbuch <chuck@horde.org>:
> Quoting nlin@newton.berkeley.edu:
>
> > Hrm...how would I go about doing that if I don't want the Addressbook
> option
> > to even show up under the Options menu? If I comment out all the
> individual
> > preferences, then clicking on Options->Addressbooks will give me
> basically a
> > blank page w/ the 3 buttons.
>
> :
>
> > > FYI, commenting out bits of prefs.php is not the way to go about
> this. You
> > > should lock individual preferences, or remove entries that you don't
> wantto
> > > show up in the prefGroups section - the entries themselves should
> still be
> > > left there, locked or inaccessible or not.
>
> Comment out the addressbook bit from the prefGroups section:
>
> $prefGroups['addressbooks'] = array(
> 'column' => _("Other Options"),
> 'label' => _("Addressbooks"),
> 'desc' => _("Select addressbook sources for adding and searching for
>
> addresses."),
> 'members' => array('sourceselect')
> );
>
> ... and nothing else.
> -chuck
>
> --
> Charles Hagenbuch, <chuck@horde.org>
> "What was and what may be, lie, like children whose faces we cannot see,
> in the
> arms of silence. All we ever have is here, now." - Ursula K. Le Guin
>
> --
> IMP mailing list: http://horde.org/imp/
> Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>