cyrus can use / as delimiter
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 6 Mar 2006 17:12:46 +0000 (17:12 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 6 Mar 2006 17:12:46 +0000 (17:12 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10902 7612ce4b-ef26-0410-bec9-ea0150e637f0

config/conf.pl

index a9bc6118ebd7b53cdbd5ce6035c0aa94bf70ce19..14b8e4f88e21abcdec92400eb38ca474de8de7d9 100755 (executable)
@@ -4171,6 +4171,9 @@ sub set_defaults {
             $disp_default_folder_prefix     = "<none>";
             $force_username_lowercase       = false;
 
+            # Delimiter might differ if unixhierarchysep is set to yes.
+            $message = "\nIf you have enabled unixhierarchysep, you must change delimiter and special folder names.\n";
+
             $continue = 1;
         } elsif ( $server eq "uw" ) {
             $imap_server_type               = "uw";