diff options
author | mathieui <mathieui@mathieui.net> | 2012-07-31 23:40:53 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-07-31 23:40:53 +0200 |
commit | 1625a4f41fa6727e41b0546687d72a3101b2b2bf (patch) | |
tree | 60ae3c82f949daff19c6bbcfaf6528dac7ba3d67 /doc | |
parent | 4096e7f42792fbd9290e937f09bd3ec387a3e557 (diff) | |
download | poezio-1625a4f41fa6727e41b0546687d72a3101b2b2bf.tar.gz poezio-1625a4f41fa6727e41b0546687d72a3101b2b2bf.tar.bz2 poezio-1625a4f41fa6727e41b0546687d72a3101b2b2bf.tar.xz poezio-1625a4f41fa6727e41b0546687d72a3101b2b2bf.zip |
Add a roster_sort option to sort the contacts inside the roster groups
- defaults to jid_show (which means that they are sorted into sub-groups
by show and are sorted by JID inside those)
- See the default config file or the documentation for details
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/configure.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/en/configure.txt b/doc/en/configure.txt index f72d1627..aa880d7b 100644 --- a/doc/en/configure.txt +++ b/doc/en/configure.txt @@ -279,6 +279,23 @@ section of this documentation. Set this to true if you want to display the offline contacts too. +*roster_sort*:: jid_show + + How you want the contacts to be sorted inside the roster groups. The given + methods are used sequentially (from left to right), so the last one is the + one on the far right. + + Available methods are : + * reverse: reverse the current sorting + * jid: sort by JID (alphabetical order) + * show: sort by show (available/away/xa/…) + * name: Sort by roster name (if no name, then the bare jid is used) + * resource: Sort by resource number + + Those methods can be arranged however you like, and they have to be + separated by underscores ("_"). If there are more than 3 or 4 chained + sorting methods, your sorting is most likely inefficient. + *beep_on*:: highlight private The terminal can beep on various event. Put the event you want in a list |