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=02b84e75fb213fa8e864885c2f457205e2f39fc8;hb=f74fed30f3d655d3f229628b6b998240fa6494be;hp=38a7f58f4490795fc987ee98b8baeeb0b59e31b7;hpb=a4e2ade5c12e0686da445bdfe92b05c3e567ccd7;p=citadel.git diff --git a/citadel/modules/smtp/smtp_clienthandlers.h b/citadel/modules/smtp/smtp_clienthandlers.h index 38a7f58f4..02b84e75f 100644 --- a/citadel/modules/smtp/smtp_clienthandlers.h +++ b/citadel/modules/smtp/smtp_clienthandlers.h @@ -38,8 +38,6 @@ typedef struct _stmp_out_msg { long n; AsyncIO IO; long CXFlags; - int IDestructQueItem; - int nRemain; eSMTP_C_States State; @@ -59,14 +57,11 @@ typedef struct _stmp_out_msg { ParsedURL *Relay; ParsedURL *pCurrRelay; StrBuf *msgtext; - StrBuf *QMsgData; const char *envelope_from; - char user[1024]; char node[1024]; char name[1024]; char mailfrom[1024]; - long Flags; } SmtpOutMsg;