Bug 79767. Fixing bustage
git-svn-id: svn://10.0.0.236/trunk@177904 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -462,7 +462,6 @@ nsresult nsMsgSearchAdapter::EncodeImapTerm (nsIMsgSearchTerm *term, PRBool real
|
||||
NS_ASSERTION(PR_FALSE, "invalid search operator");
|
||||
return NS_ERROR_INVALID_ARG;
|
||||
}
|
||||
excludeHeader = PR_TRUE;
|
||||
break;
|
||||
case nsMsgSearchAttrib::Size:
|
||||
switch (op)
|
||||
@@ -699,7 +698,7 @@ nsresult nsMsgSearchAdapter::EncodeImapTerm (nsIMsgSearchTerm *term, PRBool real
|
||||
PL_strcat(encoding, m_kImapOr);
|
||||
if (useNot)
|
||||
PL_strcat (encoding, m_kImapNot);
|
||||
if (arbitraryHeader != nsnull)
|
||||
if (!arbitraryHeader.IsEmpty())
|
||||
PL_strcat (encoding, m_kImapHeader);
|
||||
PL_strcat (encoding, whichMnemonic);
|
||||
if (!ignoreValue)
|
||||
|
||||
Reference in New Issue
Block a user