diff options
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/configure.txt | 49 |
1 files changed, 44 insertions, 5 deletions
diff --git a/doc/en/configure.txt b/doc/en/configure.txt index ecd1fc40..a11b7e66 100644 --- a/doc/en/configure.txt +++ b/doc/en/configure.txt @@ -118,11 +118,40 @@ section of this documentation. If set to true, notifications about the music your contacts listen to will be displayed in the info buffer as 'Tune' messages. +*display_mood_notifications*:: false + + If set to true, notifications about the mood of your contacts + will be displayed in the info buffer as 'Mood' messages. + +*display_activity_notifications*:: false + + If set to true, notifications about the current activity of your contacts + will be displayed in the info buffer as 'Activity' messages. + *display_user_color_in_join_part*:: false If set to true, the color of the nick will be used in MUCs information messages, instead of the default color from the theme. +*enable_user_activity*:: true + + Set this to false if you don’t want to receive the mood of your contacts + anymore. + +*enable_user_mood*:: true + + Set this to false if you don’t want to receive the mood of your contacts + anymore. + +*enable_user_nick*:: true + + Set to false if you don’t want your contacts to hint you their identity. + +*enable_user_tune*:: true + + If this is set to false, you will no longer be subscribed to tune events, + and the display_tune_notifications option will be ignored. + *enable_vertical_tab_list*:: false If true, a vertical list of tabs, with their name, is displayed on the left of @@ -281,11 +310,6 @@ section of this documentation. If the message takes more than one line, the popup will stay visible two more second per additional lines. -*receive_user_tune*:: true - - If this is set to false, you will no longer be subscribed to tune events, - and the display_tune_notifications option will be ignored. - *remote_fifo_path*:: ./poezio.fifo The path of the FIFO used to send the commands (see the exec_remote option). @@ -543,11 +567,26 @@ bar = false Disable the beeps triggered by this conversation. Works in MucTab, PrivateTab and ConversationTab. +*display_activity_notifications*:: false + + If set to true, notifications about the current activity of your contacts + will be displayed in the info buffer as 'Activity' messages. + +*display_mood_notifications*:: false + + If set to true, notifications about the mood of your contacts + will be displayed in the info buffer as 'Mood' messages. + *display_user_color_in_join_part*:: false If set to true, the color of the nick will be used in MUCs information messages, instead of the default color from the theme. +*display_tune_notifications*:: false + + If set to true, notifications about the music your contacts listen to + will be displayed in the info buffer as 'Tune' messages. + *hide_exit_join*:: -1 Exact same thing than hide_status_change, except that it concerns |