mod_mam/README: Minor fixup
authorKim Alvefur <zash@zash.se>
Sun, 30 Aug 2015 03:05:53 +0200
changeset 1808 3228fb928a93
parent 1807 4d73a1a6ba68
child 1809 25c28644fae8
mod_mam/README: Minor fixup
mod_mam/README.markdown
--- a/mod_mam/README.markdown	Fri Aug 28 18:03:58 2015 +0200
+++ b/mod_mam/README.markdown	Sun Aug 30 03:05:53 2015 +0200
@@ -51,19 +51,18 @@
 will log no messages by default, for privacy concerns. If you decide to
 change this, you should inform your users.
 
-        default_archive_policy = false -- other options are true or "roster";
+    default_archive_policy = false -- other options are true or "roster";
 
 This controls what messages are archived if the user hasn't set a
 matching rule, or another personal default.
 
--   `false` means to store no messages. This is the default.
--   `"roster"` means to store messages to/from contacts in the users
-    roster.
--   `true` means is to store all messages.
+  ------------ ------------------------------------------------------
+  `false`      Store no messages. This is the default.
+  `"roster"`   Store messages to/from contacts in the users roster.
+  `true`       Store all messages.
+  ------------ ------------------------------------------------------
 
-<!-- -->
-
-        max_archive_query_results = 20;
+    max_archive_query_results = 20;
 
 This is the largest number of messages that are allowed to be retrieved
 in one request.