X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-mime%2Frfc822parse.c;fp=lib-mime%2Frfc822parse.c;h=40c84f5dd9142f4aff9ce614fb7fe3a6bd621d2f;hp=b1a2d391c02b5c739ba0895384d534cae51a67f8;hb=8db3fe9c19320b6f6e508d6b1aae03980239a930;hpb=5d88c27be2e8f16849640ee321d8d543170a4461 diff --git a/lib-mime/rfc822parse.c b/lib-mime/rfc822parse.c index b1a2d39..40c84f5 100644 --- a/lib-mime/rfc822parse.c +++ b/lib-mime/rfc822parse.c @@ -911,13 +911,6 @@ string_list_t **mutt_parse_rfc822_line(ENVELOPE *e, HEADER *hdr, char *line, cha e->to = rfc822_parse_adrlist(e->to, p); break; -#ifdef USE_NNTP - case MIME_X_COMMENT_TO: - if (!e->x_comment_to) - e->x_comment_to = m_strdup(p); - break; -#endif - case MIME_X_LABEL: e->x_label = m_strdup(p); break;