diff 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
line wrap: on
line diff
--- a/src/masqmail.h	Sun Apr 24 19:14:38 2011 +0200
+++ b/src/masqmail.h	Sun Apr 24 19:37:56 2011 +0200
@@ -81,8 +81,6 @@
 	gchar *name;
 	gchar *filename;
 
-	gchar *protocol;
-
 	gboolean is_local_net;
 	gboolean last_route;