diff options
author | mathieui <mathieui@mathieui.net> | 2012-08-01 14:42:02 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-08-01 14:42:02 +0200 |
commit | 9905646184361dba98ad742b39e946bb74580c7a (patch) | |
tree | 7fe279ec255d7d1aa4a0aea2e7c60cfea36c067f /doc/en | |
parent | c890fefbc40377fd63f1d69011ed12a863e11043 (diff) | |
download | poezio-9905646184361dba98ad742b39e946bb74580c7a.tar.gz poezio-9905646184361dba98ad742b39e946bb74580c7a.tar.bz2 poezio-9905646184361dba98ad742b39e946bb74580c7a.tar.xz poezio-9905646184361dba98ad742b39e946bb74580c7a.zip |
Various changes to the roster sorting
- Change the separator from _ to :
- Move the functions away in another module to avoir cluttering the
roster code
- Add a case-sensitive sort (“sname”)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/configure.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/configure.txt b/doc/en/configure.txt index 8331d2ea..dc802690 100644 --- a/doc/en/configure.txt +++ b/doc/en/configure.txt @@ -279,7 +279,7 @@ section of this documentation. Set this to true if you want to display the offline contacts too. -*roster_sort*:: jid_show +*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 @@ -294,7 +294,7 @@ section of this documentation. * online: sort by online presence (online or not) 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 + separated by colons (":"). If there are more than 3 or 4 chained sorting methods, your sorting is most likely inefficient. *roster_group_sort*:: name |