(doc) quote default values (fixes #4827)

This commit is contained in:
Ludovic Marcotte
2019-10-28 15:14:35 -04:00
parent e866fd5fda
commit 61945734c7

View File

@@ -24,8 +24,8 @@
//SOGoDraftsFolderName = Drafts;
//SOGoSentFolderName = Sent;
//SOGoTrashFolderName = Trash;
//SOGoIMAPServer = localhost;
//SOGoSieveServer = sieve://127.0.0.1:4190;
//SOGoIMAPServer = "localhost";
//SOGoSieveServer = "sieve://127.0.0.1:4190";
//SOGoSMTPServer = 127.0.0.1;
//SOGoMailDomain = acme.com;
//SOGoMailingMechanism = smtp;
@@ -54,7 +54,7 @@
// bindPassword = qwerty;
// canAuthenticate = YES;
// displayName = "Shared Addresses";
// hostname = ldap://127.0.0.1:389;
// hostname = "ldap://127.0.0.1:389";
// id = public;
// isAddressBook = YES;
// }
@@ -72,7 +72,7 @@
// bindPassword = password;
// canAuthenticate = YES;
// displayName = "Public";
// hostname = ldap://127.0.0.1:389;
// hostname = "ldap://127.0.0.1:389";
// filter = "mail = '*'";
// id = directory;
// isAddressBook = YES;