Graeme wrote:
Hi,

I just set up Squirrelmail with Courier IMAP and I do not get the
"pretty" nested folder display I expected from the screenshots. Is there
a setting/fix/workaround?

Instead of expected...

- INBOX
       Sent
       Drafts
       Trash

I get...

INBOX
INBOX.Sent
INBOX.Drafts
INBOX.Trash

U-u-u-u-u-gg-lee-ee!

I have tried various config settings to no avail (eg.
show_prefix_option, default_sub_of_inbox default_folder_prefix). S/W
revs & settings below.

regards,

Drew


Software:-

RedHat 7.3
Squirrelmail 1.4.1 from RPMs for RH7.x
IMAP is Courier-MTA 0.42 (Courier IMAP 2.1.1 ?)
PHP 4.1.2  (old, Iknow. Is this the issue?)

Browsers - Mozilla 1.5b or Netscape 4.7, both on RH7.3, IE6 on M$NT4

config.php ...

global $version;
$config_version = '1.4.0';
$config_use_color = 1;

$org_name      = "mydomain.ca";
$org_logo      = SM_PATH . 'images/sm_logo.png';
$org_logo_width  = '308';
$org_logo_height = '111';
$org_title     = "mydomain.ca - SquirrelMail $version";
$signout_page  = '';
$frame_top     = '_top';

$provider_uri     = 'http://mydomain.ca/';

$provider_name     = 'mydomain.ca';

$motd = "";

$squirrelmail_default_language = 'en_US';

$domain                 = 'mydomain.ca';
$imapServerAddress      = 'localhost';
$imapPort               = 143;
$useSendmail            = true;
$smtpServerAddress      = 'localhost';
$smtpPort               = 25;
$sendmail_path          = '/usr/sbin/sendmail';
$pop_before_smtp        = false;
$imap_server_type       = 'courier';
$invert_time            = false;
$optional_delimiter     = '/';

    

The optional_delimiter should be '.' for courier

Regards
Graeme
--
http://www.promptpost.com
email swift and sure

  
Cool... it worked,

thanks, I missed that one,

regards,

Drew

Reply via email to