ifdef out code causing link problem

This commit is contained in:
bienvenu%netscape.com 2000-04-20 02:21:40 +00:00
Родитель f247af09fa
Коммит 095ba64d1f
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -1212,10 +1212,12 @@ nsresult nsMsgSearchScopeTerm::InitializeAdapter (nsMsgSearchTermArray &termList
case nsMsgSearchScope::MailFolder:
// since we don't support offline, we're either doing an online imap search
// or an offline mail search.
#ifdef DOING_IMAP
if (!IsOfflineMail()) // Online IMAP && searching the server?
m_adapter = new nsMsgSearchOnlineMail (this, termList);
else
m_adapter = new nsMsgSearchOfflineMail (this, termList);
#endif
break;
#ifdef DOING_NEWS_YET
case nsMsgSearchScope::Newsgroup: