From 51457ed26f8ceb5e32bacdfa1fcdcdd347f4af0e Mon Sep 17 00:00:00 2001 From: cosworth Date: Mon, 10 Apr 2000 19:52:36 +0000 Subject: [PATCH] Added var $imap_server_type, usage is in the comments. Need to see if I need to add more server names to the list. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@402 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/config_default.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/config_default.php b/config/config_default.php index 3768b822..57cc7858 100644 --- a/config/config_default.php +++ b/config/config_default.php @@ -35,6 +35,15 @@ // folders will be the same color as the other folders $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 // store them in a subdirectory: mail/ or Mail/, etc. If your // server does this, please set this to what the default mail folder -- 2.25.1