oops, we don't need that. fix a regression in <esc>e
authorPierre Habouzit <madcoder@debian.org>
Wed, 8 Nov 2006 01:13:06 +0000 (02:13 +0100)
committerPierre Habouzit <madcoder@debian.org>
Wed, 8 Nov 2006 01:13:06 +0000 (02:13 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
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;
     }