masqmail
diff src/masqmail.h @ 164:5b621742b2e7
removed the mserver feature
i.e. the functionality itself in the code
the `mserver' value of online_detect and `mserver_iface' config options
and the --enable-mserver configure option
All functionality, however, is still available through mservdetect
author | meillo@marmaro.de |
---|---|
date | Thu, 08 Jul 2010 22:01:33 +0200 |
parents | 5ec5e6637049 |
children | 91f8ee6514f5 |
line diff
1.1 --- a/src/masqmail.h Thu Jul 08 14:04:39 2010 +0200 1.2 +++ b/src/masqmail.h Thu Jul 08 22:01:33 2010 +0200 1.3 @@ -210,7 +210,6 @@ 1.4 gchar *online_detect; 1.5 gchar *online_file; 1.6 gchar *online_pipe; 1.7 - interface *mserver_iface; 1.8 1.9 GList *get_names; 1.10 GList *online_gets; /* list of pairs which point to lists */