X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmsgbase.h;fp=citadel%2Fmsgbase.h;h=e4e2317b61b4a982d331b0c1616436b6178a0221;hp=aecdb18f6c9525dce5ea8578f464b39ff152006b;hb=80172bd70dde62001e0779f39efd4ad9835788d9;hpb=60f03c2407f834ba677dfac9fe545db255ac8263 diff --git a/citadel/msgbase.h b/citadel/msgbase.h index aecdb18f6..e4e2317b6 100644 --- a/citadel/msgbase.h +++ b/citadel/msgbase.h @@ -165,14 +165,15 @@ StrBuf *CtdlReadMessageBodyBuf(char *terminator, /* token signalling EOT */ ); int CtdlOutputMsg(long msg_num, /* message number (local) to fetch */ - int mode, /* how would you like that message? */ - int headers_only, /* eschew the message body? */ - int do_proto, /* do Citadel protocol responses? */ - int crlf, /* 0=LF, 1=CRLF */ - char *section, /* output a message/rfc822 section */ - int flags, /* should the bessage be exported clean? */ - char **Author, /* if you want to know the author of the message... */ - char **Address /* if you want to know the sender address of the message... */ + int mode, /* how would you like that message? */ + int headers_only, /* eschew the message body? */ + int do_proto, /* do Citadel protocol responses? */ + int crlf, /* 0=LF, 1=CRLF */ + char *section, /* output a message/rfc822 section */ + int flags, /* should the bessage be exported clean? */ + char **Author, /* if you want to know the author of the message... */ + char **Address, /* if you want to know the sender address of the message... */ + char **MessageID /* if you want to know the Message-ID of the message... */ ); /* Flags which may be passed to CtdlOutputMsg() and CtdlOutputPreLoadedMsg() */