зеркало из https://github.com/mozilla/pjs.git
[Bug 369620] (when pref mailnews.thread_pane_column_unthreads=true):
Threading via column header forces Sort by "Order Received", should be "Date" Patch by bienvenu, sr=mscott
This commit is contained in:
Родитель
e17e9a9550
Коммит
f045df6bd2
|
@ -294,7 +294,7 @@ function MsgSortByThread()
|
||||||
return;
|
return;
|
||||||
dbview.viewFlags |= nsMsgViewFlagsType.kThreadedDisplay;
|
dbview.viewFlags |= nsMsgViewFlagsType.kThreadedDisplay;
|
||||||
dbview.viewFlags &= ~nsMsgViewFlagsType.kGroupBySort;
|
dbview.viewFlags &= ~nsMsgViewFlagsType.kGroupBySort;
|
||||||
MsgSortThreadPane(nsMsgViewSortType.byId);
|
MsgSortThreadPane(nsMsgViewSortType.byDate);
|
||||||
}
|
}
|
||||||
|
|
||||||
function MsgSortThreadPane(sortType)
|
function MsgSortThreadPane(sortType)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче