masqmail

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 diff
     1.1 --- a/src/masqmail.h	Sun Apr 24 19:14:38 2011 +0200
     1.2 +++ b/src/masqmail.h	Sun Apr 24 19:37:56 2011 +0200
     1.3 @@ -81,8 +81,6 @@
     1.4  	gchar *name;
     1.5  	gchar *filename;
     1.6  
     1.7 -	gchar *protocol;
     1.8 -
     1.9  	gboolean is_local_net;
    1.10  	gboolean last_route;
    1.11