]> code.citadel.org Git - citadel.git/blobdiff - webcit/messages.c
* valgrind cleanup
[citadel.git] / webcit / messages.c
index 03eaad55de22e4a00235fd993a489631620363cc..df19657371113dcb675d695cd4aeddb9e50ea628 100644 (file)
@@ -353,7 +353,6 @@ int read_message(StrBuf *Target, const char *tmpl, long tmpllen, long msgnum, in
        if (Msg->AllAttach == NULL)
                Msg->AllAttach = NewHash(1,NULL);
        Put(Msg->AllAttach, SKEY(Msg->MsgBody->PartNum), Msg->MsgBody, DestroyMime);
-
        
        /* strip the bare contenttype, so we ommit charset etc. */
        StrBufExtract_token(Buf, Msg->MsgBody->ContentType, 0, ';');