diff options
author | mathieui <mathieui@mathieui.net> | 2017-10-10 13:07:17 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2017-10-10 13:07:17 +0200 |
commit | fb68132e8a5fde6296cec947bfb084802ce3155f (patch) | |
tree | 8fae9dbf31dc69fe4f9bacb97613df62a110618c /doc | |
parent | ef84a109e8f492c83979443b6366fb8ca4028009 (diff) | |
download | poezio-fb68132e8a5fde6296cec947bfb084802ce3155f.tar.gz poezio-fb68132e8a5fde6296cec947bfb084802ce3155f.tar.bz2 poezio-fb68132e8a5fde6296cec947bfb084802ce3155f.tar.xz poezio-fb68132e8a5fde6296cec947bfb084802ce3155f.zip |
Add documentation on enable_avatar
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/configuration.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 51f1176d..95d5fadb 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -290,6 +290,13 @@ to understand what is :ref:`carbons <carbons-details>` or .. glossary:: :sorted: + + enable_avatars + + **Default value:** ``true`` + + Display contact avatars in the roster. + enable_carbons **Default value:** ``true`` |