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 diff
1.1 --- a/config.h.in Thu Jul 15 11:48:33 2010 +0200 1.2 +++ b/config.h.in Thu Jul 15 14:24:40 2010 +0200 1.3 @@ -11,8 +11,6 @@ 1.4 1.5 #undef ENABLE_SMTP_SERVER 1.6 1.7 -#undef ENABLE_POP3 1.8 - 1.9 #undef ENABLE_AUTH 1.10 1.11 #undef ENABLE_MAILDIR 1.12 @@ -51,9 +49,6 @@ 1.13 /* If Maildirs are enabled */ 1.14 #undef ENABLE_MAILDIR 1.15 1.16 -/* If the POP3 support is enabled */ 1.17 -#undef ENABLE_POP3 1.18 - 1.19 /* If the resolver is to be used */ 1.20 #undef ENABLE_RESOLVER 1.21