From: tokul Date: Tue, 28 Dec 2004 10:31:25 +0000 (+0000) Subject: Adding macosx and hmailserver options. presets also include mercury, but it X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;ds=inline;h=2c3ad1cf2c29245e7131a61ec3609e0230ad6bd3;p=squirrelmail.git 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 --- 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,