diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-10-27 16:19:54 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-10-27 16:19:54 +0100 |
commit | 643d79c4853009806fa45a9036ae7150b4e739fa (patch) | |
tree | 2e4ba7726d6ba2218007b0738d5743cfacfff95f /roles | |
parent | 04bd46f2b238c052fe98a538c3601da131ccc343 (diff) |
autoconfiguration: Don't use HTML entities as it makes Thunderbird unhappy.
Diffstat (limited to 'roles')
-rw-r--r-- | roles/wiki/files/var/www/fripost.org/autoconfig/mail/config-v1.1.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/wiki/files/var/www/fripost.org/autoconfig/mail/config-v1.1.xml b/roles/wiki/files/var/www/fripost.org/autoconfig/mail/config-v1.1.xml index e70b0be..ccfb02c 100644 --- a/roles/wiki/files/var/www/fripost.org/autoconfig/mail/config-v1.1.xml +++ b/roles/wiki/files/var/www/fripost.org/autoconfig/mail/config-v1.1.xml @@ -1,26 +1,26 @@ <?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="fripost.org"> <domain>fripost.org</domain> - <displayName>Fripost &endash; demokratisk e-post</displayName> + <displayName>Fripost — demokratisk e-post</displayName> <displayShortName>Fripost</displayShortName> <incomingServer type="imap"> <hostname>imap.fripost.org</hostname> <port>993</port> <socketType>SSL</socketType> <username>%EMAILADDRESS%</username> <authentication>password-cleartext</authentication> </incomingServer> <outgoingServer type="smtp"> <hostname>smtp.fripost.org</hostname> <port>587</port> <socketType>STARTTLS</socketType> <username>%EMAILADDRESS%</username> <authentication>password-cleartext</authentication> </outgoingServer> <documentation url="http://wiki.fripost.org/konfigurera/"> <descr lang="en">Configure your email client for Fripost</descr> |