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. --- doc/source/configuration.rst | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'doc') diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 76a81828..a21159b3 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -942,23 +942,6 @@ Other will default to :file:`$XDG_CACHE_HOME/poezio/images` which is usually :file:`~/.cache/poezio/images`. - muc_history_length - - **Default value:** ``50`` - - 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 maximum - - ``n``: You will receive at most n messages - - Note that if you set a huge number (like the default value), you - may not receive that much messages. The server has its own - maximum too. - remote_fifo_path **Default value:** ``./`` -- cgit v1.2.3