diff options
author | mathieui <mathieui@mathieui.net> | 2012-05-10 19:25:32 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-05-10 19:25:32 +0200 |
commit | 0c6a0abe8609b870570a623348b4deb62a89cd6f (patch) | |
tree | 0ebc07ba77c30cc6e120daa34af1763479e938c3 /doc | |
parent | 5498ad37c8e1235863040eeaa854ac5d3e6cfc89 (diff) | |
download | poezio-0c6a0abe8609b870570a623348b4deb62a89cd6f.tar.gz poezio-0c6a0abe8609b870570a623348b4deb62a89cd6f.tar.bz2 poezio-0c6a0abe8609b870570a623348b4deb62a89cd6f.tar.xz poezio-0c6a0abe8609b870570a623348b4deb62a89cd6f.zip |
Document some more options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/configure.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/en/configure.txt b/doc/en/configure.txt index 36a49206..6bbf52cc 100644 --- a/doc/en/configure.txt +++ b/doc/en/configure.txt @@ -275,6 +275,10 @@ section of this documentation. the contact names). If there is no contact name, the JID will still be displayed. +*roster_show_offline*:: false + + Set this to true if you want to display the offline contacts too. + *beep_on*:: highlight private The terminal can beep on various event. Put the event you want in a list @@ -387,6 +391,17 @@ section of this documentation. You can specify another directory to use. It will be created if it does not exist. +*exec_remote*:: false + + If this is set to true, poezio will try to send the commands to a FIFO + instead of executing them locally. This is to be used in conjunction with + ssh and the daemon.py file. See the /link documentation for details. + +*remote_fifo_path*:: ./poezio.fifo + + The path of the FIFO used to send the commands (see the exec_remote option). + + Optional section options ~~~~~~~~~~~~~~~~~~~~~~~~ These option can appear in optional sections. These section are named |