Lists: don't overwrite from: header. this only needs to be done for participates.
[citadel.git] / citadel / modules / smtp / smtp_clienthandlers.h
index 3cbcb6d4a39881083aaf5d503c1480e880171826..64a405d99b6923e91617e22640a612cf758912ab 100644 (file)
@@ -66,7 +66,7 @@ typedef struct _stmp_out_msg {
        char node[1024];
        char name[1024];
        char mailfrom[1024];
-
+       long SendLogin;
        long Flags;
 } SmtpOutMsg;