Hello Garner,
On Sunday, March 02, 2003, Garner Dewey wrote...

> You've got to jump through a lot of hoops to get support for
> Squirrelmail. Don't you?

Such as? I see one "hoop" signup to the list. Of course, there is the
page with details of who works on the project, and I'm sure any of
them listed on there would be more than happy to guide you in the
right direction, if they cannot help directly that is.

> I set it up and everything works (send, recieve, etc) just fine
> except...

That is a good start :)

> In the config files I set up $auto_create_special= true but trash,
> sent, and drafts folders are not being created for new users. They
> can create these folders manually from within the application so it
> appears we are writing to the right place. It just isn't happening
> by default.

Are there errors?  What happens when you refresh the folder list on
the left?  I used to have 'problems' that the creation of the folders
happened after the loading of the subscribed folders... or the timing
was slightly off, so that the loading of the list was before the IMAP
server had finished creating them... Simply refreshing the folder list
on the left displayed them correctly afterwards.

> I searched the function files, etc. to find where
> $auto_create_special is but couldn't find it.

[EMAIL PROTECTED] squirrelmail.stable]$ grep -ir "\$auto_create_special" *
config/conf.pl:if ( !$auto_create_special ) {
config/conf.pl:    $auto_create_special = "false";
config/conf.pl:        print "16. Auto Create Special Folders   : 
$WHT$auto_create_special$NRM\n";
config/conf.pl:            elsif ( $command == 16 ) { $auto_create_special            
= command214(); }
config/conf.pl:    if ( lc($auto_create_special) eq "true" ) {
config/conf.pl:        $auto_create_special = "true";
config/conf.pl:        $auto_create_special = "false";
config/conf.pl:    return $auto_create_special;
config/conf.pl:        print CF "\$auto_create_special            = 
$auto_create_special;\n";
config/config_default.php:global $auto_create_special;
config/config_default.php:$auto_create_special = true;
contrib/RPM/config.php.rh7:$auto_create_special            = true;
plugins/administrator/defines.php:                 '$auto_create_special' => array( 
'name' => _("Auto Create Special Folders"),
plugins/sent_subfolders/setup.php:    global $sent_folder, $auto_create_special, 
$auto_create_done;
src/left_main.php:if ($auto_create_special && !isset($auto_create_done)) {

Out of that list... you already should know it appears in the
config/conf.pl file, and config/config_default.php file, and
config/config.php... The administrator plugin does what config/conf.pl
does (nearly anyway), and sent_subfolders can be ignored... so that
leaves src/left_main.php.

> Any ideas?

Support requests anywhere, at any type of company, are often required
to include lots of information, such as versions of software,
operating systems, browsers, etc etc.  So the basics we'd need are:

  PHP Version:
  IMAP Server:
  SquirrelMail Version:
  
-- 
Jonathan Angliss
([EMAIL PROTECTED])



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to