From 2c3ad1cf2c29245e7131a61ec3609e0230ad6bd3 Mon Sep 17 00:00:00 2001 From: tokul Date: Tue, 28 Dec 2004 10:31:25 +0000 Subject: [PATCH] Adding macosx and hmailserver options. presets also include mercury, but it is not used in any $imap_server_type tests git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8478 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/administrator/defines.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/administrator/defines.php b/plugins/administrator/defines.php index 93fa218c..e84e478e 100644 --- a/plugins/administrator/defines.php +++ b/plugins/administrator/defines.php @@ -104,6 +104,8 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"), 'uw' => _("University of Washington's IMAP server"), 'exchange' => _("Microsoft Exchange IMAP server"), 'courier' => _("Courier IMAP server"), + 'macosx' => _("Mac OS X Mailserver"), + 'hmailserver' => _("hMailServer IMAP server"), 'other' => _("Not one of the above servers") ) ), '$optional_delimiter' => array( 'name' => _("IMAP Folder Delimiter"), 'type' => SMOPT_TYPE_STRING, -- 2.25.1