Mercurial > masqmail
comparison src/masqmail.h @ 191:f186650135c3
further pop3_login stuff I forgot to remove
author | meillo@marmaro.de |
---|---|
date | Thu, 15 Jul 2010 11:48:33 +0200 |
parents | dc89737b27aa |
children | 89f951be358f |
comparison
equal
deleted
inserted
replaced
190:6b4a101a2455 | 191:f186650135c3 |
---|---|
117 | 117 |
118 gchar *auth_name; | 118 gchar *auth_name; |
119 gchar *auth_login; | 119 gchar *auth_login; |
120 gchar *auth_secret; | 120 gchar *auth_secret; |
121 | 121 |
122 gchar *pop3_login; | |
123 | |
124 gchar *pipe; | 122 gchar *pipe; |
125 | 123 |
126 gboolean pipe_fromline; | 124 gboolean pipe_fromline; |
127 gboolean pipe_fromhack; | 125 gboolean pipe_fromhack; |
128 } connect_route; | 126 } connect_route; |