Wrapped POP stubs with !SMART_MAIL, network/protocol/pop3 picks these up when SMART_MAIL=1

This commit is contained in:
mcafee%netscape.com 1998-10-09 00:32:15 +00:00
parent 342a76d6e6
commit 7e3e6850f8
2 changed files with 2 additions and 2 deletions

View File

@ -3157,7 +3157,7 @@ MSG_CompositionPane::DetermineHTMLAction()
#ifndef MOZ_MAIL_NEWS
#if !defined(MOZ_MAIL_NEWS) && !defined(SMART_MAIL)
/* This is normally in mkpop3.c, of all the odd places!
But it's required for converting plain to html.
*/

View File

@ -614,7 +614,7 @@ int MSG_PaneURLChain::GetNextURL()
return 0;
}
#ifndef MOZ_MAIL_NEWS
#if !defined(MOZ_MAIL_NEWS) && !defined(SMART_MAIL)
/* This is normally in mkpop3.c, of all the odd places!
But it's required for mail compose.
*/