[cvs] [Wiki] changed: Doc/Admin/Config/Imp
Michael Rubinsky
mrubinsk at horde.org
Tue Aug 18 22:59:06 UTC 2009
mrubinsk Tue, 18 Aug 2009 18:59:06 -0400
Modified page: http://wiki.horde.org/Doc/Admin/Config/Imp
New Revision: 1.2
Change log: typo
@@ -12,9 +12,9 @@
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:
+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 {{config/conf.php}} though:
<code type="php">
if (!isset($_COOKIE['default_imp_view'])) {
$_COOKIE['default_imp_view'] = 'dimp';
More information about the cvs
mailing list