fix sorting by multiple custom columns, 380661, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@226402 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
6e69609e46
commit
9d1b7f15d1
@ -3638,7 +3638,7 @@ NS_IMETHODIMP nsMsgDBView::Sort(nsMsgViewSortTypeValue sortType, nsMsgViewSortOr
|
||||
{
|
||||
nsresult rv;
|
||||
|
||||
if (m_sortType == sortType && m_sortValid)
|
||||
if (m_sortType == sortType && m_sortValid && sortType != nsMsgViewSortType::byCustom)
|
||||
{
|
||||
if (m_sortOrder == sortOrder)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user