[imp] Turn off folder prefix on login screen?

York College ycimp@york.cuny.edu
Thu, 09 May 2002 13:36:54 -0400 (EDT)


If you use IMP 2.2, see admin. FAQ at www.horde.org #4.2.2. in
"imp/config/defaults.php3" file, do: $default->user_change_folder = false;

If you use IMP 3.0, in "imp/config/prefs.php" file, modify "user folder path"
section to the following:

// user folder path
$_prefs['folders'] = array(
    'value' => 'mail/',
    'locked' => true,
    'shared' => false,
    'type' => 'text',
    'desc' => _("Path to your mail folders:")
);

Hope this helps.
--Vera

Quoting Edward Glowacki <glowack2@msu.edu>:

> Is there a way to turn off the user's ability to set the Folder Prefix
> on the login screen?  Our users don't need to be changing that
> setting,
> so I'd like to hide that and just use what's set in the
> horde/imp/config/servers.php file.
> 
> Thanks!
> -ED
> 
> -- 
> Edward Glowacki			glowack2@msu.edu
> Michigan State University	
> "...a partial solution to the right problem is better than a complete
> solution to the wrong one." (http://uiweb.com/issues/issue14.htm)
> 
> 
> -- 
> IMP mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>