Commit 7db80458 authored by Norman's avatar Norman

fix description

parent 5775cab1
...@@ -20,7 +20,7 @@ echo "<?xml version="1.0" encoding="UTF-8"?> ...@@ -20,7 +20,7 @@ echo "<?xml version="1.0" encoding="UTF-8"?>
<array> <array>
<dict> <dict>
<key>CalDAVAccountDescription</key> <key>CalDAVAccountDescription</key>
<string>Mail-in-a-Box Calendar</string> <string>$PRIMARY_HOSTNAME calendar</string>
<key>CalDAVHostName</key> <key>CalDAVHostName</key>
<string>$PRIMARY_HOSTNAME</string> <string>$PRIMARY_HOSTNAME</string>
<key>CalDAVPort</key> <key>CalDAVPort</key>
...@@ -46,7 +46,7 @@ echo "<?xml version="1.0" encoding="UTF-8"?> ...@@ -46,7 +46,7 @@ echo "<?xml version="1.0" encoding="UTF-8"?>
</dict> </dict>
<dict> <dict>
<key>EmailAccountDescription</key> <key>EmailAccountDescription</key>
<string>Mail-in-a-Box Mail</string> <string>$PRIMARY_HOSTNAME mail</string>
<key>EmailAccountType</key> <key>EmailAccountType</key>
<string>EmailTypeIMAP</string> <string>EmailTypeIMAP</string>
<key>IncomingMailServerAuthentication</key> <key>IncomingMailServerAuthentication</key>
...@@ -90,7 +90,7 @@ echo "<?xml version="1.0" encoding="UTF-8"?> ...@@ -90,7 +90,7 @@ echo "<?xml version="1.0" encoding="UTF-8"?>
</dict> </dict>
<dict> <dict>
<key>CardDAVAccountDescription</key> <key>CardDAVAccountDescription</key>
<string>Mail-in-a-Box Contacts</string> <string>$PRIMARY_HOSTNAME contacts</string>
<key>CardDAVHostName</key> <key>CardDAVHostName</key>
<string>$PRIMARY_HOSTNAME</string> <string>$PRIMARY_HOSTNAME</string>
<key>CardDAVPort</key> <key>CardDAVPort</key>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment