X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fsmtp%2Fsmtp_clienthandlers.h;fp=citadel%2Fmodules%2Fsmtp%2Fsmtp_clienthandlers.h;h=3e18261a22fe1fa671d904ae6c22ccb7a691fa9c;hb=158e8958500476d1115c7b70f6c81a87bb0ade47;hp=dedab4ba49b5c8af79e9ed30bdf40b7e21f8e664;hpb=e3e7a535f4370c4cd45cb9f820cb858eef349e80;p=citadel.git diff --git a/citadel/modules/smtp/smtp_clienthandlers.h b/citadel/modules/smtp/smtp_clienthandlers.h index dedab4ba4..3e18261a2 100644 --- a/citadel/modules/smtp/smtp_clienthandlers.h +++ b/citadel/modules/smtp/smtp_clienthandlers.h @@ -70,6 +70,7 @@ typedef struct _stmp_out_msg { char mailfrom[1024]; long SendLogin; long Flags; + long IsRelay; } SmtpOutMsg;