changeset 320:4c705c34182f

cosmetic changes
author meillo@marmaro.de
date Thu, 28 Apr 2011 16:43:38 +0200 (2011-04-28)
parents d41fb3b9ed3e
children 412385b57dc4
files src/masqmail.h
diffstat 1 files changed, 5 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/src/masqmail.h	Thu Apr 28 16:42:28 2011 +0200
+++ b/src/masqmail.h	Thu Apr 28 16:43:38 2011 +0200
@@ -90,34 +90,28 @@
 	GList *denied_recipients;
 
 	interface *mail_host;
-	gchar *wrapper;
 	gboolean connect_error_fail;
-
+	GList *resolve_list;
 	gchar *helo_name;
 	gboolean do_correct_helo;
 	gboolean instant_helo;
 	gboolean do_pipelining;
+	gchar *auth_name;
+	gchar *auth_login;
+	gchar *auth_secret;
+	gchar *wrapper;
 
 	gchar *set_h_from_domain;
 	gchar *set_h_reply_to_domain;
 	gchar *set_return_path_domain;
-
 	GList *map_h_from_addresses;
 	GList *map_h_reply_to_addresses;
 	GList *map_h_mail_followup_to_addresses;
 	GList *map_return_path_addresses;
-
 	gboolean expand_h_sender_domain;
 	gboolean expand_h_sender_address;
 
-	GList *resolve_list;
-
-	gchar *auth_name;
-	gchar *auth_login;
-	gchar *auth_secret;
-
 	gchar *pipe;
-
 	gboolean pipe_fromline;
 	gboolean pipe_fromhack;
 } connect_route;