[imp] Imp3 RC1 & turba RC1

Chris shai-hulud@chello.at
Tue, 12 Mar 2002 17:32:08 +0100


-=> > 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')): ?>
-
-=> If you want to enable the folders field, you have to set the server_list 
-=> to 'none'.
-=> 
-=> Jan.

yes thats the default setting .. but line 130 says : if 'hidden' then input-type = text .. makes only sense to me if  change_folders == 'true'

doesnt it ? 

anyway the backgroundproblem i had didnt vanish through that .. i thought that the wrong prefix-folder was the problem why i 
due see "1 Message of 1"  in the folder-header .. but the listing is empty and doesnt show me the "no now mail in folder" message .. and after changing the folder
IMP even forgets the  "1 Message of 1" .. and cant see old  (but still unread, and even read) messages .. they are present on the IMAP-server (courier , prefix-folder=INBOX.)

thats strange 

-c-