54152 r=scottip sr=mscott. Lines supported now.

This commit is contained in:
naving%netscape.com 2000-11-01 20:01:44 +00:00
Родитель 3568221aa0
Коммит 9a950003f0
1 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -145,9 +145,15 @@ function MsgSortByPriority()
function MsgSortBySize()
{
SortThreadPane('SizeColumn', 'http://home.netscape.com/NC-rdf#Size', 'http://home.netscape.com/NC-rdf#Date', true, null, true);
SortThreadPane('MemoryColumn', 'http://home.netscape.com/NC-rdf#Size', 'http://home.netscape.com/NC-rdf#Date', true, null, true);
}
function MsgSortByLines()
{
SortThreadPane('MemoryColumn', 'http://home.netscape.com/NC-rdf#Lines', 'http://home.netscape.com/NC-rdf#Date', true, null, true);
}
function MsgSortByUnread()
{
SortThreadPane('UnreadColumn', 'http://home.netscape.com/NC-rdf#TotalUnreadMessages','http://home.netscape.com/NC-rdf#Date', true, null, true);