From 9905646184361dba98ad742b39e946bb74580c7a Mon Sep 17 00:00:00 2001 From: mathieui Date: Wed, 1 Aug 2012 14:42:02 +0200 Subject: Various changes to the roster sorting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Change the separator from _ to : - Move the functions away in another module to avoir cluttering the roster code - Add a case-sensitive sort (“sname”) --- doc/en/configure.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3