summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2015-10-05 21:44:33 +0200
committermathieui <mathieui@mathieui.net>2015-10-05 21:44:33 +0200
commit11d41625e2eaa70905a2398496fb02d886961d4b (patch)
tree5cc340530913e3750b2f8deffa7b718847c0b007 /data
parent62491a4caad2565ab81b62eedf053569976cbfe1 (diff)
downloadpoezio-11d41625e2eaa70905a2398496fb02d886961d4b.tar.gz
poezio-11d41625e2eaa70905a2398496fb02d886961d4b.tar.bz2
poezio-11d41625e2eaa70905a2398496fb02d886961d4b.tar.xz
poezio-11d41625e2eaa70905a2398496fb02d886961d4b.zip
Get rid of the muc_history_length option
It hasn’t worked for more than two years and no one complained. Furthermore, poezio tries to be smart and request messages based on previous activity, and not raw numbers.
Diffstat (limited to 'data')
-rw-r--r--data/default_config.cfg7
1 files changed, 0 insertions, 7 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg
index cbc8bd3b..e3d32d22 100644
--- a/data/default_config.cfg
+++ b/data/default_config.cfg
@@ -231,13 +231,6 @@ autorejoin_delay = 5
# will be "john_"
alternative_nickname =
-# Limit the number of messages you want to receive when the
-# multiuserchat rooms send you recent history
-# 0: You won't receive any
-# -1: You will receive the server default
-# n: You will receive at most n messages
-muc_history_length = 50
-
# set to 'true' if you want to save logs of all the messages
# in files.
use_log = false