зеркало из https://github.com/mozilla/pjs.git
54152 r=scottip sr=mscott. Lines supported now.
This commit is contained in:
Родитель
3568221aa0
Коммит
9a950003f0
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче