[imp] Imp3 RC1 & turba RC1

Chris shai-hulud@chello.at
Tue, 12 Mar 2002 16:19:57 +0100


Hi 

i changes line 130 in imp/templates/login/login.inc to

from:
<?php if ($conf['server']['change_folders'] && ($conf['server']['server_list'] == 'hidden')): ?>

to:
<?php if (($conf['server']['change_folders'] == 'true') && ($conf['server']['server_list'] == 'none')): ?>

now it works properly .. now question .. is this ok (RFC from the CVS-Admins)

thnx4reply

-c-



Am Dienstag, 12. März 2002 15:52 schrieben Sie:
-=> -=> but i have  $conf['server']['change_folders'] = true; .. but in the login mask it
-=> -=> doesnt show up the folder-field .. ;-( 
-=> 
-=> add: in the site-source it shows 
-=> <tr>
-=>     <td><input type="hidden" name="folders" value="mail/" /></td>
-=> </tr>
-=> 
-=> the $conf['server']['change_folders'] = true seems to be ignored and stays on "hidden"
-=> 
-=> -c- 
-=> 
-=> -- 
-=> 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
-=> 
-=>