fix 81733 sort type not persisting regression from yesterday rs=sspitzer

git-svn-id: svn://10.0.0.236/trunk@95485 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bienvenu%netscape.com
2001-05-19 01:05:45 +00:00
parent f13d88e6d5
commit 07fff8090e

View File

@@ -2183,6 +2183,7 @@ NS_IMETHODIMP nsMsgDBView::Sort(nsMsgViewSortTypeValue sortType, nsMsgViewSortOr
return NS_OK;
}
SaveSortInfo(sortType, sortOrder);
// figure out how much memory we'll need, and the malloc it
PRUint16 maxLen;
eFieldType fieldType;