Use str[pf]time.
[apps/madmutt.git] / lib-mime / mime.cpkg
index 86704dc..de979ee 100644 (file)
@@ -292,7 +292,6 @@ void envelope_wipe(ENVELOPE *p)
     p_delete(&p->newsgroups);
     p_delete(&p->xref);
     p_delete(&p->followup_to);
-    p_delete(&p->x_comment_to);
 #endif
 
     mutt_buffer_free (&p->spam);
@@ -334,7 +333,6 @@ void header_wipe(HEADER *h)
     p_delete(&h->maildir_flags);
     p_delete(&h->tree);
     p_delete(&h->path);
-    string_list_wipe(&h->chain);
     p_delete(&h->data);
 }