* fix convert_internet_message_buf(); we forgot to append a newline here
[citadel.git] / citadel / internet_addressing.c
index ce8337f859bde64855d9ba0799f15937755f9dab..5f3a8b5c994cfb55dc614ebffd3a119033999660 100644 (file)
@@ -798,6 +798,7 @@ struct CtdlMessage *convert_internet_message_buf(StrBuf **rfc822)
                /* Strip the field out of the RFC822 header if we used it */
                if (!converted) {
                        StrBufAppendBufPlain(OtherHeaders, beg, end - beg, 0);
+                       StrBufAppendBufPlain(OtherHeaders, HKEY("\n"), 0);
                }
 
                /* If we've hit the end of the message, bail out */