[imp] imp 4.0-Alpha and dotfiles parameter

Marcos Monge mmonge at satec.es
Fri Apr 16 08:36:37 PDT 2004


Hi everybody

I have installed horde3-alpha, imp-4-alpha, etc.

I have a little problem with IMP that show like folders the files that 
begin with "." (like .forward, .procmailrc, etc).
Of course, in the servers.php the 'dotfiles' parameter is false (this 
paremter was in conf.php in the IMP 3.x version).

The IMAP server is Courier-IMAP, and was working good with IMP 3.2.

My servers.php:

$servers['imap'] = array(
    'name' => 'IMAP Server',
    'server' => 'localhost',
    'hordeauth' => true,
    'protocol' => 'imap/notls',
    'port' => 143,
    'folders' => '',
    'namespace' => '',
    'maildomain' => 'mydomain.com',
    'smtphost' => 'localhost',
    'realm' => 'mydomain.com',
    'preferred' => '',
    'dotfiles' => false,
    'hierarchies' => array()
);
 

Anyone know why imp show that files like folders ?

Thanks in advance
marcos



More information about the imp mailing list