comparison src/masqmail.h @ 311:e230bcd0f1c6

removed protocol option from route config It was somehow redundant. Now, if `pipe' is set, the protocol will be pipe, otherwise it'll be smtp. That's just natural.
author meillo@marmaro.de
date Sun, 24 Apr 2011 19:37:56 +0200
parents f10a56dc7481
children 55b7bde95d37
comparison
equal deleted inserted replaced
310:f10a56dc7481 311:e230bcd0f1c6
79 79
80 typedef struct _connect_route { 80 typedef struct _connect_route {
81 gchar *name; 81 gchar *name;
82 gchar *filename; 82 gchar *filename;
83 83
84 gchar *protocol;
85
86 gboolean is_local_net; 84 gboolean is_local_net;
87 gboolean last_route; 85 gboolean last_route;
88 86
89 GList *allowed_return_paths; 87 GList *allowed_return_paths;
90 GList *not_allowed_return_paths; 88 GList *not_allowed_return_paths;