fix bustage introduced with previous checkin for 219787 make thread column toggle threaded mode, r/sr=me

This commit is contained in:
bienvenu%nventure.com 2003-11-14 15:02:06 +00:00
parent cf8b050f0e
commit b576a7c7a9

View File

@ -252,7 +252,7 @@ function MsgSortByThread()
var dbview = GetDBView();
if(dbview && !dbview.supportsThreading)
return;
dbview.flags |= nsMsgViewFlagsType.kThreadedDisplay;
dbview.viewFlags |= nsMsgViewFlagsType.kThreadedDisplay;
MsgSortThreadPane(nsMsgViewSortType.byId);
}