changeset 1804:3228fb928a93

mod_mam/README: Minor fixup
author Kim Alvefur <zash@zash.se>
date Sun, 30 Aug 2015 03:05:53 +0200
parents 4d73a1a6ba68
children 25c28644fae8
files mod_mam/README.markdown
diffstat 1 files changed, 7 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- 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.