From a784216196df764e2bb790efe7a799e9cad5588b Mon Sep 17 00:00:00 2001 From: mathieui Date: Tue, 15 Apr 2014 22:57:44 +0200 Subject: Fix #2440 (highlight composing tabs) - add a show_composing_tabs option, default value: "direct" - todo: find a nice different color for this --- doc/source/configuration.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'doc/source') diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 9a642883..4d490665 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -439,6 +439,22 @@ or the way messages are displayed. This directory will be created at startup if it doesn't exist + show_composing_tabs + + **Default value:** ``direct`` + + Highlight tabs where the last activity was a "composing" chat state, + which means the contact is currently typing. + + Possible values are: + + - ``direct``: highlight only in one-to-one chats (equiv. of private & conversation) + - ``private``: highlight only in private chats inside chatrooms + - ``conversation``: highlight only in chats with contacts or direct JIDs + - ``muc``: highlight only in chatrooms + - ``true``: highlight all possible tabs (equiv. of muc & private & conversation) + - ``false`` or any other value: don’t highlight anything + user_list_sort **Default value:** ``desc`` -- cgit v1.2.3