mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-23 10:54:33 +00:00
Wrapped POP stubs with !SMART_MAIL, network/protocol/pop3 picks these up when SMART_MAIL=1
This commit is contained in:
parent
342a76d6e6
commit
7e3e6850f8
@ -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.
|
||||
*/
|
||||
|
@ -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.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user