Browse Source

Added var $imap_server_type, usage is in the comments. Need to see if I need to add more server names to the list.

cosworth 25 years ago
parent
commit
837b7db448
1 changed files with 9 additions and 0 deletions
  1. 9 0
      config/config_default.php

+ 9 - 0
config/config_default.php

@@ -35,6 +35,15 @@
 //  folders will be the same color as the other folders
 //  folders will be the same color as the other folders
     $use_special_folder_color = true;
     $use_special_folder_color = true;
 
 
+//  The type of IMAP server you are running
+//  Valid type are the following (case is important).
+//  
+//  courier
+//  cyrus
+//  exchange
+//  uw
+    $imap_server_type = "cyrus";
+
 //  Many servers store mail in your home directory.  With this, they
 //  Many servers store mail in your home directory.  With this, they
 //  store them in a subdirectory: mail/ or Mail/, etc.  If your
 //  store them in a subdirectory: mail/ or Mail/, etc.  If your
 //  server does this, please set this to what the default mail folder
 //  server does this, please set this to what the default mail folder