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=e080167bd2405f87226080aa259bb66925564eb2;hb=ddce5a2c74a3a0df662b38a510b44cf319c9d3ab;hp=3e18261a22fe1fa671d904ae6c22ccb7a691fa9c;hpb=292aaf708967cb105ab014d1b4e5fe4ab0b342d8;p=citadel.git diff --git a/citadel/modules/smtp/smtp_clienthandlers.h b/citadel/modules/smtp/smtp_clienthandlers.h index 3e18261a2..e080167bd 100644 --- a/citadel/modules/smtp/smtp_clienthandlers.h +++ b/citadel/modules/smtp/smtp_clienthandlers.h @@ -62,6 +62,7 @@ typedef struct _stmp_out_msg { ParsedURL *pCurrRelay; StrBuf *msgtext; StrBuf *QMsgData; + StrBuf *MultiLineBuf; const char *envelope_from; char user[1024];