* don't forget to separate the headers from the body here.
authorWilfried Göesgens <willi@citadel.org>
Sun, 21 Feb 2010 13:07:08 +0000 (13:07 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sun, 21 Feb 2010 13:07:08 +0000 (13:07 +0000)
citadel/internet_addressing.c

index 283321f69444ed8c176e8f8237cfb60b8dc06f48..23c08d4bf8ae6777b7b5f3a6dec3bc6093b61b23 100644 (file)
@@ -804,6 +804,7 @@ struct CtdlMessage *convert_internet_message_buf(StrBuf **rfc822)
                if (pos >= totalend)
                        alldone = 1;
        }
+       StrBufAppendBufPlain(OtherHeaders, HKEY("\n"), 0);
        if (pos < totalend)
                StrBufAppendBufPlain(OtherHeaders, pos, totalend - pos, 0);
        FreeStrBuf(rfc822);