Newsgroup order 'group name' not working
Status: Beta
Brought to you by:
wayned
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