From 11d41625e2eaa70905a2398496fb02d886961d4b Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 5 Oct 2015 21:44:33 +0200 Subject: Get rid of the muc_history_length option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- data/default_config.cfg | 7 ------- 1 file changed, 7 deletions(-) (limited to 'data') 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 -- cgit v1.2.3