[imp] How do I globally set Mail as default view when logging in?

Patrick Boutilier boutilpj at ednet.ns.ca
Tue Nov 27 22:15:45 UTC 2007


Pro Green European wrote:
> Hi.
> 
> I am about to update one of our old webmail servers from an old Horde/IMP installation to the latest stable releases of Horde and IMP. Now I'd like to know, how do I go about setting the default view for everybody that use this particular webmail system?
> 
> The default view I am talking about is an expanded folder view to the left, and a list of all mail in the Inbox on the imap server.
> 
> Feedback and help will be greatly appreciated :)
> 
> 

In horde/config/prefs.php

// what application should we go to after login?
$_prefs['initial_application'] = array(
     'value' => 'imp',
     'locked' => true,
     'shared' => true,
     'type' => 'select',
     'desc' => sprintf(_("What application should %s display after 
login?"), $GLOBALS['registry']->get('name'))
);



> Thx,
> /PGE
> 
>        
> ---------------------------------
> Get easy, one-click access to your favorites.  Make Yahoo! your homepage.



More information about the imp mailing list