Mercurial > masqmail
diff config.h.in @ 192:89f951be358f
REMOVED POP3 SUPPORT
masqmail will not include a POP3 client anymore from 0.3.0 on
maybe the POP3 code will be reworked into a standalone program
some day
if you rely on the POP3 client, use fetchmail or something similar
instead
author | meillo@marmaro.de |
---|---|
date | Thu, 15 Jul 2010 14:24:40 +0200 |
parents | 5b621742b2e7 |
children | 5745edd5b769 |
line wrap: on
line diff
--- a/config.h.in Thu Jul 15 11:48:33 2010 +0200 +++ b/config.h.in Thu Jul 15 14:24:40 2010 +0200 @@ -11,8 +11,6 @@ #undef ENABLE_SMTP_SERVER -#undef ENABLE_POP3 - #undef ENABLE_AUTH #undef ENABLE_MAILDIR @@ -51,9 +49,6 @@ /* If Maildirs are enabled */ #undef ENABLE_MAILDIR -/* If the POP3 support is enabled */ -#undef ENABLE_POP3 - /* If the resolver is to be used */ #undef ENABLE_RESOLVER