diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2018-01-25 21:31:12 +0100 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2018-01-25 21:31:12 +0100 |
commit | db17f6516ca02fd04d4a938d0a74ffb77775086e (patch) | |
tree | 2c20d5194ab5326df8f35c896857ebe540d8ab7f /data | |
parent | 25898e9ee7fc4562b73443de8a7359e6ffe674cb (diff) | |
download | poezio-db17f6516ca02fd04d4a938d0a74ffb77775086e.tar.gz poezio-db17f6516ca02fd04d4a938d0a74ffb77775086e.tar.bz2 poezio-db17f6516ca02fd04d4a938d0a74ffb77775086e.tar.xz poezio-db17f6516ca02fd04d4a938d0a74ffb77775086e.zip |
Fix typography in the default config.
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 985fb30d..a71fa42c 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -20,7 +20,6 @@ password = # A command that will be executed if "password" is not set, e.g. a session password # manager like secret-tool on gnome, or anything you want - eval_password = # Path to a PEM certificate file to use for certificate authentication @@ -93,7 +92,7 @@ ca_cert_path = #connection_timeout_delay = 30 # Send the initial presence -# true, unless you want to be invisible from your contact list +# true, unless you want to be invisible from your contact list # warning: this disables any presence sending other than chatrooms or directed # presences via /presence #send_initial_presence = true |