comparison 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
comparison
equal deleted inserted replaced
163:3914d7cabfbc 164:5b621742b2e7
208 GList *connect_routes; /* list of pairs which point to lists */ 208 GList *connect_routes; /* list of pairs which point to lists */
209 209
210 gchar *online_detect; 210 gchar *online_detect;
211 gchar *online_file; 211 gchar *online_file;
212 gchar *online_pipe; 212 gchar *online_pipe;
213 interface *mserver_iface;
214 213
215 GList *get_names; 214 GList *get_names;
216 GList *online_gets; /* list of pairs which point to lists */ 215 GList *online_gets; /* list of pairs which point to lists */
217 216
218 gchar *errmsg_file; 217 gchar *errmsg_file;