From ce1ff5babf984798751adb2b200e80736b39f8ca Mon Sep 17 00:00:00 2001 From: fidian Date: Thu, 17 May 2001 13:58:42 +0000 Subject: [PATCH] * Added 'other' to the list, since it is a viable option git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1375 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/conf.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/config/conf.pl b/config/conf.pl index 6e4ed0d0..5c73500d 100755 --- a/config/conf.pl +++ b/config/conf.pl @@ -726,6 +726,7 @@ sub command19 { print " uw = University of Washington's IMAP server\n"; print " exchange = Microsoft Exchange IMAP server\n"; print " courier = Courier IMAP server\n"; + print " other = Not one of the above servers\n"; print "[$WHT$imap_server_type$NRM]: $WHT"; $new_imap_server_type = ; if ($new_imap_server_type eq "\n") { -- 2.25.1