]> code.citadel.org Git - citadel.git/commitdiff
* imap for multiples
authorArt Cancro <ajc@citadel.org>
Sat, 28 Oct 2000 05:56:00 +0000 (05:56 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 28 Oct 2000 05:56:00 +0000 (05:56 +0000)
citadel/imap_fetch.c

index ed13cca423556cdeb46bbf7d090e55512ff58337..627849e1bac76c72448c6ec7f974aa1b03a093e2 100644 (file)
@@ -213,6 +213,7 @@ void imap_fetch_body(long msgnum, char *item, int is_peek) {
                CtdlRedirectOutput(tmp, -1);
                CtdlOutputMsg(msgnum, MT_RFC822, 1, 0, 1);
                CtdlRedirectOutput(NULL, -1);
+               fprintf(tmp, "\r\n");   /* add the trailing newline */
        }