[Wiki] created: Doc/Admin/Config/Imp

Jan Schneider <[email protected]>
Newsgroups gmane.comp.horde.cvs
Message-ID <[email protected]>
jan  Fri, 14 Aug 2009 10:40:55 -0400

Created page: http://wiki.horde.org/Doc/Admin/Config/Imp

[[toc]]

+ IMP Configuration

++ conf.php

+++ User Capabilities and Constraints

++++ $conf[user][select_view]

If DIMP and MIMP are installed, the IMP login page displays a drop  
down list that allows the user to pick the preferred webmail view.  
This decision is stored in a browser cookie, so that the selected view  
is selected by default the next time the user logs in.
With the configuration setting {{$conf[user][select_view]}} you can  
disable the drop down list.

There is no setting to make one of the views the default for user that  
have **not** logged in and picked a view yet. You can achieve the same  
with adding the following lines to {{conf/config.php}} though:

<code type="php">
if (!isset($_COOKIE['default_imp_view'])) {
     $_COOKIE['default_imp_view'] = 'dimp';
}
</code>


-- 
To unsubscribe, mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.