Menu ▾ ▴

#14 Newsgroup order 'group name' not working

open
nobody
None
5
2001-08-01
2001-08-01
Anonymous
No

Looks like the function sort_newsgroups() in ngdata.c
only assigns ngorder_groupname as the sort_procedure
for qsort() if it receives sel_sort with the value
SS_STRING.

This value doesn't seem to get assigned to sel_sort
when I select 'Selector options/Newsgroup Selector
Order/group name', but it gets the value SS_GROUPS
instead.

So a quick fix would be to add case SS_GROUPS: to the
switch statement. Seems to work for me.

This is with trn-4.0-test76.

-Juha

Discussion


Log in to post a comment.