]> code.citadel.org Git - citadel.git/blobdiff - citadel/msgbase.h
* IMAP COPY
[citadel.git] / citadel / msgbase.h
index c713b8556a8b20ac2136191a3a157a6c6a52f771..7fd3cba41b0ad51dfe952fe987f8bf46b88723b1 100644 (file)
@@ -100,3 +100,4 @@ int CtdlOutputPreLoadedMsg(struct CtdlMessage *,
                int headers_only,       /* eschew the message body? */
                int do_proto,           /* do Citadel protocol responses? */
                int crlf);
+int CtdlCopyMsgToRoom(long msgnum, char *dest);