oops, we don't need that. fix a regression in <esc>e
[apps/madmutt.git] / lib-mime / rfc822parse.c
index ff8d822..35df8d1 100644 (file)
@@ -1062,7 +1062,6 @@ LIST **mutt_parse_rfc822_line(ENVELOPE *e, HEADER *hdr, char *line, char *p,
         (*user_hdrs)->data = m_strdup(line);
         if (do_2047)
             rfc2047_decode(&(*user_hdrs)->data);
-        (*user_hdrs)->next = mutt_new_list();
         return &(*user_hdrs)->next;
     }