From 3e6c7bc3703f5f2fddbafaf5ccddc5328e304f1a Mon Sep 17 00:00:00 2001 From: tokul Date: Mon, 6 Mar 2006 17:12:46 +0000 Subject: [PATCH] cyrus can use / as delimiter git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10902 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/conf.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/conf.pl b/config/conf.pl index a9bc6118..14b8e4f8 100755 --- a/config/conf.pl +++ b/config/conf.pl @@ -4171,6 +4171,9 @@ sub set_defaults { $disp_default_folder_prefix = ""; $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"; -- 2.25.1