diff options
author | mathieui <mathieui@mathieui.net> | 2015-10-05 21:44:33 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2015-10-05 21:44:33 +0200 |
commit | 11d41625e2eaa70905a2398496fb02d886961d4b (patch) | |
tree | 5cc340530913e3750b2f8deffa7b718847c0b007 /doc | |
parent | 62491a4caad2565ab81b62eedf053569976cbfe1 (diff) | |
download | poezio-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 'doc')
-rw-r--r-- | doc/source/configuration.rst | 17 |
1 files changed, 0 insertions, 17 deletions
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:** ``./`` |