make newly junk mail plugin classified junk mail not appear in the non-junk mail view 180203 r/sr/a=sspitzer

This commit is contained in:
bienvenu%netscape.com 2003-05-16 19:53:24 +00:00
parent 7a2f63fcce
commit 3cc7bddd86

View File

@ -58,6 +58,8 @@ public:
NS_IMETHOD SetSearchSession(nsIMsgSearchSession *aSearchSession);
NS_IMETHOD GetSearchSession(nsIMsgSearchSession* *aSearchSession);
NS_IMETHOD Sort(nsMsgViewSortTypeValue sortType, nsMsgViewSortOrderValue sortOrder);
NS_IMETHOD OnKeyChange(nsMsgKey aKeyChanged, PRUint32 aOldFlags,
PRUint32 aNewFlags, nsIDBChangeListener *aInstigator);
protected:
nsWeakPtr m_searchSession;